home

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

commit b1a7dd2f1bb5543fdb256d4fadf06638133798d4
parent 0a3e8dc92bf1d5e3215d41937bcaf232b5c6d10b
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri, 21 Dec 2018 15:33:32 +0100

i3: remove move position center for scratchpad

it is messing with other window…

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 @@ -155,7 +155,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"] scratchpad show; move position center + bindcode $mod+49 [instance="metask"] scratchpad show ## hide those chats ! for_window [class="Slack"] move scratchpad; [class="Slack"] scratchpad show