aboutsummaryrefslogtreecommitdiffstats
path: root/x/.xprofile
diff options
context:
space:
mode:
authorphilw <dscr@duck.com>2024-04-25 13:45:17 +0200
committerphilw <dscr@duck.com>2024-04-25 13:45:17 +0200
commit9e9a6ac689828539f6251f50c79c9a4bd0186c68 (patch)
tree4b1730089961bb80e07a41f1efd5aa56b70e9b77 /x/.xprofile
parent1d0448d7ad9cf3dbb4c633cda7ad7b9c5caa0b68 (diff)
downloaddotfiles-9e9a6ac689828539f6251f50c79c9a4bd0186c68.tar.gz
dotfiles-9e9a6ac689828539f6251f50c79c9a4bd0186c68.zip
Update dots
Diffstat (limited to '')
-rw-r--r--x/.xprofile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x/.xprofile b/x/.xprofile
index afc8cbc..e30a4e1 100644
--- a/x/.xprofile
+++ b/x/.xprofile
@@ -9,7 +9,7 @@ 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 & 12feh --bg-scale ~/Repositories/rice/wallpaper.jpg &
13picom -b & 13picom -b &
14 14
15[ -n "$xrdbpid" ] && wait "$xrdbpid" 15[ -n "$xrdbpid" ] && wait "$xrdbpid"