diff options
| author | joe <rbo@gmx.us> | 2025-11-09 15:43:05 +0100 |
|---|---|---|
| committer | joe <rbo@gmx.us> | 2025-11-09 15:43:05 +0100 |
| commit | 357d03198b01bc5e94ab86aa0789c4f24b73d0d3 (patch) | |
| tree | c8413c03cbeb3cb96cb80e133294d605078a2008 /.config/x11/xinitrc | |
| parent | nicer picom (diff) | |
| download | dotfiles-bsd-357d03198b01bc5e94ab86aa0789c4f24b73d0d3.tar.gz dotfiles-bsd-357d03198b01bc5e94ab86aa0789c4f24b73d0d3.tar.bz2 dotfiles-bsd-357d03198b01bc5e94ab86aa0789c4f24b73d0d3.tar.xz dotfiles-bsd-357d03198b01bc5e94ab86aa0789c4f24b73d0d3.tar.zst dotfiles-bsd-357d03198b01bc5e94ab86aa0789c4f24b73d0d3.zip | |
up
Diffstat (limited to '')
| -rw-r--r-- | .config/x11/xinitrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index 0ea4b85..ba8a798 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -30,8 +30,8 @@ startif() { } dunst_shit() { - sleep 1 startif dunst + [ $host = "mother" ] && return sleep 2 startif lowbat } |
