summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/x11/xinitrc17
-rwxr-xr-x.local/bin/colorpicker (renamed from .local/bin/colorhandler)2
2 files changed, 1 insertions, 18 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
diff --git a/.local/bin/colorhandler b/.local/bin/colorpicker
index 3f0f18f..5e37201 100755
--- a/.local/bin/colorhandler
+++ b/.local/bin/colorpicker
@@ -1,6 +1,6 @@
#!/bin/sh
-[ -z "$1" ] && col=$(colorpicker --short --one-shot) ||
+[ -z "$1" ] && col=$(hyprpicker -an ) ||
col="$1"