diff options
| author | filip <“filip.rabiega@gmail.com”> | 2026-02-14 12:11:31 +0100 |
|---|---|---|
| committer | filip <“filip.rabiega@gmail.com”> | 2026-02-14 12:11:31 +0100 |
| commit | 4829b3f7720ad7953690bdefa559fda3a32a6518 (patch) | |
| tree | c424b391a1c9ac6585d46be51e5072ee7d51de2c /.config/x11 | |
| parent | e5f3e6f06280f80d1dcff57f9ad654b7cf53e65b (diff) | |
| download | dotfiles-4829b3f7720ad7953690bdefa559fda3a32a6518.tar.gz dotfiles-4829b3f7720ad7953690bdefa559fda3a32a6518.tar.bz2 dotfiles-4829b3f7720ad7953690bdefa559fda3a32a6518.zip | |
new stuff
Diffstat (limited to '.config/x11')
| -rw-r--r-- | .config/x11/xprofile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/x11/xprofile b/.config/x11/xprofile index aa66e07..35af708 100644 --- a/.config/x11/xprofile +++ b/.config/x11/xprofile @@ -5,7 +5,7 @@ autostart="remaps slstatus xcompmgr xhidecursor" for program in $autostart; do - pidof -sx "$program" || "$program" & + pidof -sx "$program" || "$program" & done >/dev/null 2>&1 # Set wallpaper |
