Commit b97c8f1d0bc4
Changed files (1)
modules
profiles
modules/profiles/i3.nix
@@ -177,13 +177,11 @@ in
exec --no-startup-id alacritty --title metask --class metask --command tmux
for_window [instance="metask"] floating enable;
for_window [instance="metask"] move scratchpad; [instance="metask"] scratchpad show; move position center; move scratchpad
- bindcode $mod+49 [instance="metask"] scratchpad show; move position center
+ bindcode $mod+49 [instance="metask"] move position center; scratchpad show
## hide those chats !
for_window [class="Slack"] move scratchpad; [class="Slack"] scratchpad show
bindcode $mod+Shift+49 [class="Slack"] scratchpad show
- for_window [class="Mattermost"] move scratchpad; [class="Mattermost"] scratchpad show
- bindcode $mod+Control+49 [class="Mattermost"] scratchpad show
bindsym XF86MonBrightnessUp exec "xbacklight -inc 10"
bindsym XF86MonBrightnessDown exec "xbacklight -dec 10"