home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit b9a6b51fe14de6b01a1299923a666e5c4338513d
parent 18d52b55c07511c3a4dde6d1e4122e98e1682458
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu,  4 Oct 2018 20:04:25 +0200

i3: fix mattermost/slack initial scratchpad

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mi3.nix | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/i3.nix b/i3.nix @@ -137,9 +137,9 @@ bindcode $mod+49 [instance="metask"] scratchpad show ## hide those chats ! - for_window [class="Slack"] move scratchpad; scratchpad show + for_window [class="Slack"] move scratchpad; [class="Slack"] scratchpad show bindcode $mod+Shift+49 [class="Slack"] scratchpad show - for_window [class="Mattermost"] move scratchpad; 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"