diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-09-22 20:18:40 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-09-22 20:18:40 +0200 |
commit | f0fafea246dbecaf2cd80fc191f422215cf729f8 (patch) | |
tree | b45a2194a6a8759e621a7c1cecd250f6094d5dee /config/X | |
parent | c60ce995afab75aaeab193357bb76510ea7a725d (diff) |
checkpoint
Diffstat (limited to 'config/X')
-rwxr-xr-x | config/X/x11/xinitrc | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/config/X/x11/xinitrc b/config/X/x11/xinitrc index 59f4a7f..507af92 100755 --- a/config/X/x11/xinitrc +++ b/config/X/x11/xinitrc @@ -25,14 +25,6 @@ feh --no-fehbg --bg-scale ~/pics/wallpaper setxkbmap colemak -option ctrl:swapcaps,altwin:menu_win # xautolock -locker slock & gammastep -m randr & -which tiramisu >/dev/null 2>&1 && - ( - IFS=',' - tiramisu -o '#summary,#body' | - while read -r summary body; do - herbe "$summary" "$body" - done - ) & ntfy transmission & # dunst & slstatus & @@ -40,4 +32,5 @@ upds & eval "$(keychain --dir "$XDG_CONFIG_HOME/keychain" --eval --quiet --agents gpg,ssh)" unclutter --timeout 3 --jitter 50 -b herbimisu & +202020 & exec startdwm |