Compare commits
1 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
bd0dd71438 |
|
|
@ -1,24 +0,0 @@
|
||||||
font:
|
|
||||||
normal:
|
|
||||||
family: Hack Nerd Font Mono
|
|
||||||
style: Regular
|
|
||||||
bold:
|
|
||||||
family: Hack Nerd Font Mono
|
|
||||||
style: Bold
|
|
||||||
italic:
|
|
||||||
family: Hack Nerd Font Mono
|
|
||||||
style: Italic
|
|
||||||
bold_italic:
|
|
||||||
family: Hack Nerd Font Mono
|
|
||||||
style: Bold Italic
|
|
||||||
size: 11.0
|
|
||||||
key_bindings:
|
|
||||||
- {
|
|
||||||
key: Return,
|
|
||||||
mods: Control|Shift,
|
|
||||||
action: SpawnNewInstance
|
|
||||||
}
|
|
||||||
window:
|
|
||||||
opacity: 0.9
|
|
||||||
import:
|
|
||||||
- ~/.config/alacritty/catppuccin/catppuccin-macchiato.yml
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 3c808cbb4f9c87be43ba5241bc57373c793d2f17
|
Subproject commit f6cb5a5c2b404cdaceaff193b9c52317f62c62f7
|
||||||
|
|
@ -34,6 +34,3 @@ bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl --min-val=2 -q
|
||||||
bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl -q set 5%+
|
bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl -q set 5%+
|
||||||
|
|
||||||
bindsym $mod+Shift+n exec swaync-client -t -sw
|
bindsym $mod+Shift+n exec swaync-client -t -sw
|
||||||
|
|
||||||
bindsym $mod+Ctrl+Right move workspace to output right
|
|
||||||
bindsym $mod+Ctrl+Left move workspace to output left
|
|
||||||
|
|
|
||||||
|
|
@ -27,18 +27,13 @@
|
||||||
# We just use 1-10 as the default.
|
# We just use 1-10 as the default.
|
||||||
|
|
||||||
workspace_layout tabbed
|
workspace_layout tabbed
|
||||||
exec swaymsg "workspace 1; layout splith"
|
|
||||||
exec swaymsg "workspace 2; layout splith"
|
|
||||||
workspace 1 output Virtual-1
|
|
||||||
workspace 2 output Virtual-2
|
|
||||||
Workspace 3 output Virtual-1
|
|
||||||
Workspace 4 output Virutal-1
|
|
||||||
|
|
||||||
assign [app_id="Alacritty"] 3
|
assign [app_id="Alacritty"] 1
|
||||||
assign [class="Google-chrome"] 1
|
assign [app_id="google-chrome"] 2
|
||||||
#assign [class="jetbrains-studio"] 3
|
assign [class="jetbrains-studio"] 3
|
||||||
assign [app_id="org.gnome.Nautilus"] 4
|
assign [app_id="org.gnome.Nautilus"] 4
|
||||||
assign [instance="zulip"] 2
|
assign [instance="Mail"] 6
|
||||||
assign [instance="Mail"] 2
|
|
||||||
|
for_window [class="platformer"] floating enable
|
||||||
|
|
||||||
# ext: set ft=swayconfig
|
# ext: set ft=swayconfig
|
||||||
|
|
|
||||||
|
|
@ -2,5 +2,3 @@ exec alacritty
|
||||||
exec google-chrome-stable
|
exec google-chrome-stable
|
||||||
exec swaync
|
exec swaync
|
||||||
exec_always nm-applet
|
exec_always nm-applet
|
||||||
exec zulip
|
|
||||||
exec thunderbird
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
output Virtual-1 mode 2560x1416 pos 0 0 bg ~/Bilder/IMG_5710.jpg fill
|
|
||||||
output Virtual-2 mode 2560x1416 pos 2560 0 bg ~/Bilder/IMG_8105.jpg fill
|
|
||||||
#output Virtual-1 mode 1920x1080 pos 0 0 bg ~/Bilder/IMG_5710.jpg fill
|
|
||||||
|
|
||||||
#output Virtual-1 mode 1280x776 pos 0 0 bg ~/Bilder/IMG_5710.jpg fill
|
|
||||||
#output Virtual-2 mode 1680x1026 pos 1920 0 bg ~/Bilder/IMG_8105.jpg fill
|
|
||||||
#
|
|
||||||
exec /usr/lib/x86_64-linux-gnu/libexec/polkit-kde-authentication-agent-1
|
|
||||||
|
|
@ -121,17 +121,17 @@
|
||||||
"disable-scroll": true,
|
"disable-scroll": true,
|
||||||
"format": "{icon} {name}",
|
"format": "{icon} {name}",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"1": "",
|
"1": "",
|
||||||
//"1:www": "龜", // Icon: firefox-browser
|
//"1:www": "龜", // Icon: firefox-browser
|
||||||
"2": "",
|
"2": "",
|
||||||
//"2:mail": "", // Icon: mail
|
//"2:mail": "", // Icon: mail
|
||||||
"3": "",
|
"3": "",
|
||||||
//"3:editor": "", // Icon: code
|
//"3:editor": "", // Icon: code
|
||||||
"4": "",
|
"4": "",
|
||||||
//"4:terminals": "", // Icon: terminal
|
//"4:terminals": "", // Icon: terminal
|
||||||
"5": "",
|
"5": "",
|
||||||
//"5:portal": "", // Icon: terminal
|
//"5:portal": "", // Icon: terminal
|
||||||
"6": "",
|
"6": "",
|
||||||
"urgent": "",
|
"urgent": "",
|
||||||
"focused": "",
|
"focused": "",
|
||||||
"default": "",
|
"default": "",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue