From 85e0ceb49b60c18ecdb9ecf760ec6887326b14bf Mon Sep 17 00:00:00 2001 From: eoli3n Date: Sun, 23 May 2021 23:10:54 +0200 Subject: [PATCH] fix toggle proj in sway config --- roles/sway/templates/by_host/osz/config.j2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/sway/templates/by_host/osz/config.j2 b/roles/sway/templates/by_host/osz/config.j2 index f9fe4f3..1aa3d27 100644 --- a/roles/sway/templates/by_host/osz/config.j2 +++ b/roles/sway/templates/by_host/osz/config.j2 @@ -9,8 +9,7 @@ set $proj "ONKYO Corporation Sound System 0x00000000" #output $laptop pos 1920 1560 res 1920x1080 scale 1.8 # toggle proj -output $prof disable -bindsym $mod+p output $proj toggle +bindsym --no-repeat $mod+p output $proj toggle # start kanshi exec_always "pkill kanshi; kanshi"