Commit f7e972a42ced
Changed files (1)
i3.nix
@@ -136,6 +136,12 @@
for_window [instance="metask"] move scratchpad; [instance="metask"] scratchpad show; move position center; move scratchpad
bindcode $mod+49 [instance="metask"] scratchpad show
+ ## hide those chats !
+ for_window [class="Slack"] move scratchpad; scratchpad show
+ bindcode $mod+Shift+49 [class="Slack"] scratchpad show
+ for_window [class="Mattermost"] move scratchpad; scratchpad show
+ bindcode $mod+Control+49 [class="Mattermost"] scratchpad show
+
bindsym XF86MonBrightnessUp exec "xbacklight -inc 10"
bindsym XF86MonBrightnessDown exec "xbacklight -dec 10"
bindsym shift+XF86MonBrightnessUp exec "xbacklight -inc 1"