aboutsummaryrefslogtreecommitdiffstats
path: root/x/.xprofile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--x/.xprofile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x/.xprofile b/x/.xprofile
index afc8cbc..bac2104 100644
--- a/x/.xprofile
+++ b/x/.xprofile
@@ -9,7 +9,8 @@ done >/dev/null 2>&1
9xrandr --dpi 96 9xrandr --dpi 96
10xbacklight -set 2 10xbacklight -set 2
11setxkbmap pl 11setxkbmap pl
12wal -i ~/Pictures/wallpaper & 12# wal -i ~/Pictures/wallpaper &
13 feh --bg-scale ~/repos/rice/wallpaper.jpg &
13picom -b & 14picom -b &
14 15
15[ -n "$xrdbpid" ] && wait "$xrdbpid" 16[ -n "$xrdbpid" ] && wait "$xrdbpid"