diff options
Diffstat (limited to 'scripts/Scripts/xlaunchrc')
-rwxr-xr-x | scripts/Scripts/xlaunchrc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/scripts/Scripts/xlaunchrc b/scripts/Scripts/xlaunchrc new file mode 100755 index 0000000..2b10413 --- /dev/null +++ b/scripts/Scripts/xlaunchrc @@ -0,0 +1,20 @@ +#!/usr/bin/env bash +feh --bg-tile /home/julian/Pictures/defaultWall.* +export TERM=xfce4-terminal +export TERMINAL=xfce4-terminal + +xmodmap .Xmodmap +xcape -e "Control_R=Escape" + +nm-applet & +xscreensaver & +xss-lock -- xscreensaver-command --lock & +# xcompmgr & + +# play ~/Winsounds/login.wav -q & + +autorandr -c +xfce4-panel & + +exec bspwm +# exec i3 |