1
0
Fork 0
mirror of https://github.com/eoli3n/dotfiles synced 2024-05-03 22:26:05 +02:00

fix screen toggle proj

This commit is contained in:
eoli3n 2023-08-26 23:40:25 +02:00
parent bf6c1160c3
commit 248f5e70bf

View File

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