commit f7e972a42cedeacdeb5ebc1479d84dd5dcdd9ddd
parent c983bae00ac392b66286467933e8f41c9fab0d3b
Author: Vincent Demeester <vincent@sbr.pm>
Date: Thu, 4 Oct 2018 19:49:46 +0200
i3: hide those chat windows
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/i3.nix b/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"