dotfiles/i3/conf/client/zahnrad/assignments

21 lines
716 B
Plaintext
Raw Normal View History

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
# {{{ 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