aboutsummaryrefslogtreecommitdiffstats
path: root/x/.xprofile
diff options
context:
space:
mode:
Diffstat (limited to 'x/.xprofile')
-rw-r--r--x/.xprofile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x/.xprofile b/x/.xprofile
index f749bb0..1c64d44 100644
--- a/x/.xprofile
+++ b/x/.xprofile
@@ -10,6 +10,7 @@ xrandr --dpi 96
10xbacklight -set 2 10xbacklight -set 2
11setxkbmap pl 11setxkbmap pl
12 feh --bg-scale ~/Repositories/rice/wallpaper.jpg & 12 feh --bg-scale ~/Repositories/rice/wallpaper.jpg &
13picom -b & 13# picom -b &
14(sleep 1 && xcompmgr -c) &
14 15
15[ -n "$xrdbpid" ] && wait "$xrdbpid" 16[ -n "$xrdbpid" ] && wait "$xrdbpid"