removed log for xfce4 and used i3 version

This commit is contained in:
tomit4 2022-04-06 15:59:48 -07:00
parent b95c4ddef4
commit 7c0cbaa298

View file

@ -323,11 +323,7 @@ alias npm_list="npm list -g --depth=0"
# i3 config for log alias
if [ $XDG_CURRENT_DESKTOP == "i3" ] ; then
alias log="i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'"
elif [ $XDG_CURRENT_DESKTOP == "XFCE" ]; then
alias log="xfce4-session-logout --logout:wq"
fi
alias log="i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'"
# game shortcuts
alias {cbpunk,cyberpunk}="steam steam://rungameid/1091500 &"