No more Gentoo
This commit is contained in:
parent
cfdf99ad24
commit
be4daf6ace
2 changed files with 9 additions and 7 deletions
|
@ -31,9 +31,11 @@ if [ "$GDMSESSION" = "dwm" ]; then
|
|||
copyq &
|
||||
slstatus &
|
||||
/usr/bin/lxqt-policykit-agent &
|
||||
pipewire &
|
||||
#gentoo-pipewire-launcher &
|
||||
fi
|
||||
|
||||
#bind Caps Lock to be Ctrl on hold and Esc on simple press
|
||||
setxkbmap -option 'caps:ctrl_modifier'
|
||||
xcape -e 'Caps_Lock=Escape'
|
||||
|
||||
export VDPAU_DRIVER= radeonsi
|
||||
|
|
|
@ -38,13 +38,13 @@ icons[shutdown]="\uf011"
|
|||
icons[cancel]="\u00d7"
|
||||
|
||||
declare -A actions
|
||||
actions[lockscreen]="loginctl lock-session ${XDG_SESSION_ID-}"
|
||||
actions[lockscreen]="systemctl lock-session ${XDG_SESSION_ID-}"
|
||||
#actions[switchuser]="???"
|
||||
actions[logout]="loginctl terminate-session ${XDG_SESSION_ID-}"
|
||||
actions[suspend]="loginctl suspend"
|
||||
actions[hibernate]="loginctl hibernate"
|
||||
actions[reboot]="loginctl reboot"
|
||||
actions[shutdown]="loginctl poweroff"
|
||||
actions[logout]="systemctl terminate-session ${XDG_SESSION_ID-}"
|
||||
actions[suspend]="systemctl suspend"
|
||||
actions[hibernate]="systemctl hibernate"
|
||||
actions[reboot]="systemctl reboot"
|
||||
actions[shutdown]="systemctl poweroff"
|
||||
|
||||
# By default, ask for confirmation for actions that are irreversible
|
||||
confirmations=(reboot shutdown logout)
|
||||
|
|
Loading…
Reference in a new issue