added shortcut for mod+p(ower) to call rofi-power-menu
This commit is contained in:
parent
cb6d8c76e0
commit
f037f54f85
1 changed files with 3 additions and 1 deletions
|
@ -110,7 +110,9 @@ input "10248:257:FTCS1000:00_2808:0101_Touchpad" {
|
||||||
bindsym $mod+Shift+c reload
|
bindsym $mod+Shift+c reload
|
||||||
|
|
||||||
# Exit sway (logs you out of your Wayland session)
|
# Exit sway (logs you out of your Wayland session)
|
||||||
bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -B 'Yes, exit sway' 'swaymsg exit'
|
# bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -B 'Yes, exit sway' 'swaymsg exit'
|
||||||
|
# switch the above to use rofi-power-menu instead
|
||||||
|
bindsym $mod+p exec rofi -show p -modi p:rofi-power-menu
|
||||||
|
|
||||||
# custom key bindings
|
# custom key bindings
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue