mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-12-22 01:43:10 -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
|
||||
|
||||
# power menu
|
||||
{{- if eq .chezmoi.hostname "helix"}}
|
||||
super + @End
|
||||
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:
|
||||
super + Escape
|
||||
pkill -USR1 -x sxhkd
|
||||
|
|
Loading…
Reference in a new issue