2022-05-10 14:47:44 +02:00
|
|
|
# {{{ WORKSPACES }}}
|
|
|
|
|
|
|
|
# Browser
|
|
|
|
workspace $ws1 gaps outer 0
|
|
|
|
workspace $ws1 gaps inner 0
|
|
|
|
assign [class="chromium"] $ws1
|
|
|
|
|
|
|
|
# Left Wing Display
|
|
|
|
workspace $wsF1 gaps outer 0
|
|
|
|
workspace $wsF1 gaps inner 0
|
|
|
|
# Right Wing Display
|
|
|
|
workspace $wsF2 gaps outer 0
|
|
|
|
workspace $wsF2 gaps inner 0
|
|
|
|
|
|
|
|
for_window [class="zoom"] floating enable
|
|
|
|
for_window [class="zoom" title="Zoom - Licensed Account"] floating disable
|
|
|
|
for_window [class="zoom" title="Zoom Meeting"] floating disable
|
|
|
|
|
|
|
|
# {{{ SPECIAL KEYBINDINGS }}}
|
|
|
|
|
|
|
|
bindsym $mod+m move workspace to output right
|
|
|
|
bindsym $mod+Shift+m move workspace to output up
|
2022-06-20 15:58:29 +02:00
|
|
|
|
|
|
|
bindsym $mod+Shift+n exec --no-startup-id /usr/bin/networkmanager_dmenu
|
|
|
|
bindsym $mod+Shift+x exec --no-startup-id ~/.config/rofi/bin/menu_powermenu
|