mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 15:01:59 +01:00
fix screen toggle proj
This commit is contained in:
parent
bf6c1160c3
commit
248f5e70bf
@ -6,7 +6,7 @@ set $screen2 "{{ (displays | selectattr('name', 'eq', 'screen2')).0.id }}"
|
|||||||
|
|
||||||
# toggle proj
|
# toggle proj
|
||||||
bindsym --no-repeat $mod+p output $screen2 toggle
|
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
|
# start kanshi
|
||||||
exec_always "pkill kanshi; kanshi"
|
exec_always "pkill kanshi; kanshi"
|
||||||
|
Loading…
Reference in New Issue
Block a user