Compare commits
8 Commits
Author | SHA1 | Date |
---|---|---|
|
69e5992361 | |
|
66514563c0 | |
|
cce43b585b | |
|
e0765a8631 | |
|
d5f70f0c2c | |
|
0a795c9394 | |
|
49570fc205 | |
|
7af23eb06d |
|
@ -0,0 +1,24 @@
|
|||
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 f6cb5a5c2b404cdaceaff193b9c52317f62c62f7
|
||||
Subproject commit 3c808cbb4f9c87be43ba5241bc57373c793d2f17
|
|
@ -34,3 +34,6 @@ bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl --min-val=2 -q
|
|||
bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl -q set 5%+
|
||||
|
||||
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,13 +27,18 @@
|
|||
# We just use 1-10 as the default.
|
||||
|
||||
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"] 1
|
||||
assign [app_id="google-chrome"] 2
|
||||
assign [class="jetbrains-studio"] 3
|
||||
assign [app_id="Alacritty"] 3
|
||||
assign [class="Google-chrome"] 1
|
||||
#assign [class="jetbrains-studio"] 3
|
||||
assign [app_id="org.gnome.Nautilus"] 4
|
||||
assign [instance="Mail"] 6
|
||||
|
||||
for_window [class="platformer"] floating enable
|
||||
assign [instance="zulip"] 2
|
||||
assign [instance="Mail"] 2
|
||||
|
||||
# ext: set ft=swayconfig
|
||||
|
|
|
@ -2,3 +2,5 @@ exec alacritty
|
|||
exec google-chrome-stable
|
||||
exec swaync
|
||||
exec_always nm-applet
|
||||
exec zulip
|
||||
exec thunderbird
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
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,
|
||||
"format": "{icon} {name}",
|
||||
"format-icons": {
|
||||
"1": "",
|
||||
"1": "",
|
||||
//"1:www": "龜", // Icon: firefox-browser
|
||||
"2": "",
|
||||
"2": "",
|
||||
//"2:mail": "", // Icon: mail
|
||||
"3": "",
|
||||
"3": "",
|
||||
//"3:editor": "", // Icon: code
|
||||
"4": "",
|
||||
//"4:terminals": "", // Icon: terminal
|
||||
"5": "",
|
||||
"5": "",
|
||||
//"5:portal": "", // Icon: terminal
|
||||
"6": "",
|
||||
"6": "",
|
||||
"urgent": "",
|
||||
"focused": "",
|
||||
"default": "",
|
||||
|
|
Loading…
Reference in New Issue