1
0
Fork 0
mirror of https://github.com/eoli3n/dotfiles synced 2024-05-21 06:56:04 +02:00

change toggle proj keybind in sway config

This commit is contained in:
eoli3n 2022-09-05 22:12:55 +02:00
parent 7cbd0ef197
commit 6e930097db

View File

@ -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"