From 7c0cbaa2984104996ccec4b6caf5e9acf22a3560 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Wed, 6 Apr 2022 15:59:48 -0700 Subject: [PATCH] removed log for xfce4 and used i3 version --- bashrc.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/bashrc.txt b/bashrc.txt index 5489d717..8f4ad260 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -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 &"