Sway : Add reboot key.
This commit is contained in:
parent
bb7550d338
commit
0d86d0af92
|
@ -2,7 +2,7 @@
|
||||||
mod = key.sysctrl;
|
mod = key.sysctrl;
|
||||||
in {
|
in {
|
||||||
text = ''
|
text = ''
|
||||||
bindsym ${mod}+c exec 'swaymsg exit'
|
bindsym ${mod}+c exec 'systemctl reboot -i'
|
||||||
bindsym ${mod}+f exec 'swayscript montoggle'
|
bindsym ${mod}+f exec 'swayscript montoggle'
|
||||||
bindsym ${mod}+l exec 'powerlimit toggle'
|
bindsym ${mod}+l exec 'powerlimit toggle'
|
||||||
bindsym ${mod}+m exec 'swayscript montoggle'
|
bindsym ${mod}+m exec 'swayscript montoggle'
|
Loading…
Reference in a new issue