From 248f5e70bfa51c9e68610b32df66830431613b7a Mon Sep 17 00:00:00 2001 From: eoli3n Date: Sat, 26 Aug 2023 23:40:25 +0200 Subject: [PATCH] fix screen toggle proj --- roles/sway/templates/hosts/sway/osz/config.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/sway/templates/hosts/sway/osz/config.j2 b/roles/sway/templates/hosts/sway/osz/config.j2 index 2f1546f..9c64bd0 100644 --- a/roles/sway/templates/hosts/sway/osz/config.j2 +++ b/roles/sway/templates/hosts/sway/osz/config.j2 @@ -6,7 +6,7 @@ set $screen2 "{{ (displays | selectattr('name', 'eq', 'screen2')).0.id }}" # toggle proj bindsym --no-repeat $mod+p output $screen2 toggle -bindsym --no-repeat $mod+Shift+p output $screen2 toggle; output $laptop toggle +bindsym --no-repeat $mod+Shift+p output $screen1 toggle; output $laptop toggle # start kanshi exec_always "pkill kanshi; kanshi"