2022-05-10 14:47:44 +02:00
|
|
|
# {{{ WORKSPACES }}}
|
|
|
|
|
2023-03-29 19:19:02 +02:00
|
|
|
# Chat
|
|
|
|
assign [class="SchildiChat"] $wsF2
|
2022-05-10 14:47:44 +02:00
|
|
|
|
2022-11-02 19:12:37 +01:00
|
|
|
for_window [class="JidePopup"] floating enable
|
2023-03-29 19:19:02 +02:00
|
|
|
for_window [class="zoom"] floating enable
|
2022-05-10 14:47:44 +02:00
|
|
|
for_window [class="zoom" title="Zoom - Licensed Account"] floating disable
|
|
|
|
for_window [class="zoom" title="Zoom Meeting"] floating disable
|
|
|
|
|
2023-08-18 19:23:30 +02:00
|
|
|
# Floating MPV
|
2023-04-02 17:57:38 +02:00
|
|
|
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
|
|
|
|
|
2023-08-18 19:23:30 +02:00
|
|
|
for_window [class="Tomate-gtk"] floating enable
|
|
|
|
for_window [class="Tomate-gtk"] sticky enable
|
2023-04-02 17:57:38 +02:00
|
|
|
|
2022-05-10 14:47:44 +02:00
|
|
|
# {{{ 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
|
|
|
|
2022-11-02 19:12:37 +01:00
|
|
|
bindsym $mod+Shift+n exec --no-startup-id /usr/bin/networkmanager_dmenu --rofi -i
|
2022-06-20 15:58:29 +02:00
|
|
|
bindsym $mod+Shift+x exec --no-startup-id ~/.config/rofi/bin/menu_powermenu
|
2022-06-22 23:21:20 +02:00
|
|
|
bindsym $mod+Shift+b exec --no-startup-id rofi-bluetooth
|
2022-11-02 19:12:37 +01:00
|
|
|
bindsym $mod+Shift+e exec --no-startup-id rofimoji
|
2022-06-22 23:21:20 +02:00
|
|
|
|