diff options
author | Julian T <julian@jtle.dk> | 2019-12-16 13:19:39 +0100 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2019-12-16 13:19:39 +0100 |
commit | a9d4ed7cebfe7a372436e50c1632c09a83021ff2 (patch) | |
tree | 2ff1a8a6f77709a911f4b57338fd607caac9613a /scripts/Scripts | |
parent | be5fe3cc14adcccfde04272e6f6a398654011232 (diff) |
Changed bspwm setup method
Diffstat (limited to 'scripts/Scripts')
-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 |