home

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

commit e00b7ec8294dfe775a41ec47236c5865a69146bf
parent b97c8f1d0bc497a18eaa8f73bd81eed06c4ad75a
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Sun,  2 Dec 2018 17:57:23 +0100

i3: not a fix after all...

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

Diffstat:
Mmodules/profiles/i3.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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