diff options
| author | krolxon <krolyxon@tutanota.com> | 2023-12-16 19:33:37 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2023-12-16 19:33:37 +0530 |
| commit | 710c455fb190fb8799bf940cacb51362671642e6 (patch) | |
| tree | 78a3117a493a60466b54e460be3c82644fe3e45a /.config/x11 | |
| parent | c5663edf453e9cf04b600268bfae2aa57987cde5 (diff) | |
change wallpaper
Diffstat (limited to '.config/x11')
| -rw-r--r-- | .config/x11/xinitrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index a0a4ee5..ab9c6bf 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -1,7 +1,7 @@ #!/bin/sh #setwall & -xwallpaper --zoom ~/.local/share/wallpaper.jpg & +xwallpaper --zoom ~/.local/share/wallpaper2.jpg & xcompmgr & xset r rate 300 50 xrandr -r 60.00 @@ -9,5 +9,6 @@ unclutter & dwmblocks & dunst & backlight_control 20 & +redshift -P -O 5000K # exec dwm > /dev/null 2>&1 while type dwm > /dev/null ; do dwm && continue || break ; done |
