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