28 lines
1000 B
Plaintext
28 lines
1000 B
Plaintext
# {{{ WORKSPACES }}}
|
|
|
|
# Chat
|
|
assign [class="SchildiChat"] $wsF2
|
|
|
|
for_window [class="JidePopup"] floating enable
|
|
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
|
|
|
|
# YT MPV
|
|
for_window [instance="floating" class="mpv"] floating enable
|
|
for_window [instance="floating" class="mpv"] sticky enable
|
|
for_window [instance="floating" class="mpv"] resize set 711 400
|
|
for_window [instance="floating" class="mpv"] move position 3810 1040
|
|
|
|
|
|
# {{{ SPECIAL KEYBINDINGS }}}
|
|
|
|
bindsym $mod+m move workspace to output right
|
|
bindsym $mod+Shift+m move workspace to output up
|
|
|
|
bindsym $mod+Shift+n exec --no-startup-id /usr/bin/networkmanager_dmenu --rofi -i
|
|
bindsym $mod+Shift+x exec --no-startup-id ~/.config/rofi/bin/menu_powermenu
|
|
bindsym $mod+Shift+b exec --no-startup-id rofi-bluetooth
|
|
bindsym $mod+Shift+e exec --no-startup-id rofimoji
|
|
|