From 6e930097db6860c0b081d966c2fad45c4b946c44 Mon Sep 17 00:00:00 2001 From: eoli3n Date: Mon, 5 Sep 2022 22:12:55 +0200 Subject: [PATCH] change toggle proj keybind in sway config --- roles/sway/templates/by_host/osz/config.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/sway/templates/by_host/osz/config.j2 b/roles/sway/templates/by_host/osz/config.j2 index d0c1638..6e15576 100644 --- a/roles/sway/templates/by_host/osz/config.j2 +++ b/roles/sway/templates/by_host/osz/config.j2 @@ -9,7 +9,8 @@ set $proj "ONKYO Corporation Sound System 0x00000000" #output $laptop pos 1920 1560 res 1920x1080 scale 1.8 # toggle proj -bindsym --no-repeat $mod+p output $proj toggle +bindsym --no-repeat $mod+p output $proj toggle; output $screen toggle; output $laptop toggle +bindsym --no-repeat $mod+Shift+p output $laptop toggle # start kanshi exec_always "pkill kanshi; kanshi"