diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2023-10-13 14:24:21 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2023-10-13 14:24:21 -0400 |
commit | 849aa8507b47a216479a7c0da4bf83bf6cf6e5c1 (patch) | |
tree | 18fe02425e8295eec6fdaa97f503d9fd056713be /.xinitrc##hostname.workstation | |
parent | e24d1a99df9f3ca553e482e504d5a786f15c2683 (diff) |
Debloat hostname flags
Diffstat (limited to '.xinitrc##hostname.workstation')
-rw-r--r-- | .xinitrc##hostname.workstation | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/.xinitrc##hostname.workstation b/.xinitrc##hostname.workstation deleted file mode 100644 index 32d022b..0000000 --- a/.xinitrc##hostname.workstation +++ /dev/null @@ -1,22 +0,0 @@ -xwallpaper --zoom ~/.cache/wall.png & -dropbox-cli start & -sxhkd & -remaps & -dunst & -unclutter & -xautolock -time 5 -detectsleep -secure -locker locktoggle & -cinnamon-screensaver & -picom -b & -echo "" > $HOME/.local/share/newsboat/queue -echo us > $HOME/.cache/layout -xrdb -load $HOME/.Xresources -flashfocus -n 30 -o 0.75 -v ERROR & -dwmblocks & -newsup & -nohup davmail ~/.config/davmail/properties & -shairport-sync & -while true; do - dwm >/dev/null -done -# exec icewm -# vim:filetype=sh |