diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-08-06 00:32:35 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-08-06 00:32:35 -0400 |
commit | 22f84522b2c0a50a38de3323fcf7edf9fa702723 (patch) | |
tree | 49cd42cd0550845bc41f1c1d510f107725fcf970 /.config/x11 | |
parent | 9ebf91e892cbafbf03d09f3adca652db181d1587 (diff) |
wayland color picker
Diffstat (limited to '.config/x11')
-rw-r--r-- | .config/x11/xinitrc | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc deleted file mode 100644 index 5e0df62..0000000 --- a/.config/x11/xinitrc +++ /dev/null @@ -1,17 +0,0 @@ -$XDG_CONFIG_HOME/startup/$(hostname) & -sxhkd & -dunst & -unclutter & -picom -b & -echo us >"$HOME/.cache/layout" -xrdb -load "$HOME/.Xresources" -flashfocus -n 30 -t 150 -l never -o 0.75 -v ERROR & -dwmblocks & -remaps & -while true; do - # Start dwm (loop restarts it if it crashes) - # dwm >/dev/null - # Trying to launch dwm with dbus-launch - dbus-launch --exit-with-session dwm -done -# vim:filetype=sh |