diff options
-rw-r--r-- | .profile | 2 | ||||
-rwxr-xr-x | .xsession | 4 |
2 files changed, 6 insertions, 0 deletions
@@ -71,7 +71,9 @@ setxkbmap \ xmodmap -e "keysym Menu = Super_R" +xsetroot -cursor_name left_ptr xset r rate 200 45 +xset b off xrdb -merge "$HOME/.Xresources" diff --git a/.xsession b/.xsession new file mode 100755 index 0000000..15791ec --- /dev/null +++ b/.xsession @@ -0,0 +1,4 @@ +[ -x "$(command -v light-locker)" ] && light-locker --lock-on-suspend & +[ -x "$(command -v pasystray)" ] && pasystray & +[ -x "$(command -v nm-applet)" ] && nm-applet & +[ -x "$(command -v emacs)" ] && exec emacs -ib 0 |