No more Gentoo

This commit is contained in:
Cheri 2022-09-11 11:26:44 +03:00 committed by vib
parent cfdf99ad24
commit be4daf6ace
2 changed files with 9 additions and 7 deletions

View file

@ -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

View file

@ -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)