mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-09 14:00:47 -05:00
Add template for rofi-power-menu shortcut
This commit is contained in:
parent
e38ad09bb8
commit
71a6951a62
1 changed files with 4 additions and 1 deletions
|
@ -11,9 +11,12 @@ super + @space
|
||||||
rofi -dpi 240 -modi drun, run -show drun -show-icons
|
rofi -dpi 240 -modi drun, run -show drun -show-icons
|
||||||
|
|
||||||
# power menu
|
# power menu
|
||||||
|
{{- if eq .chezmoi.hostname "helix"}}
|
||||||
super + @End
|
super + @End
|
||||||
rofi -dpi 240 -show power-menu -modi power-menu:/usr/bin/rofi-power-menu
|
rofi -dpi 240 -show power-menu -modi power-menu:/usr/bin/rofi-power-menu
|
||||||
|
{{- else }}
|
||||||
|
rofi -show power-menu -modi power-menu:/usr/bin/rofi-power-menu
|
||||||
|
{{ end }}
|
||||||
# make sxhkd reload its configuration files:
|
# make sxhkd reload its configuration files:
|
||||||
super + Escape
|
super + Escape
|
||||||
pkill -USR1 -x sxhkd
|
pkill -USR1 -x sxhkd
|
||||||
|
|
Loading…
Reference in a new issue