diff --git a/.scripts/init b/.scripts/init index 67c4e58..742e6b4 100755 --- a/.scripts/init +++ b/.scripts/init @@ -30,12 +30,12 @@ setup-desktop() { # if command-exists qs; then # qs # else - bash "$SCRIPTS/bar" + bash -c "$SCRIPTS/bar" log_notify low "Bar" "Initializing.." # fi - log_notify low "Wallpaper" "Initializing.." bash "$SCRIPTS/wallpaper" + log_notify low "Wallpaper" "Initializing.." local modules @@ -133,6 +133,7 @@ init-xdg-portal() { main() { kill-all + sleep 0.3 setup-desktop if [ -x "/usr/lib/hyprpolkitagent" ]; then diff --git a/auto-exec.conf b/auto-exec.conf index 526ab86..7d93079 100644 --- a/auto-exec.conf +++ b/auto-exec.conf @@ -1,8 +1,9 @@ +$hyprconf = ~/.config/hypr + # ─< initialisation script >───────────────────────────────────────────────────────────────── # exec-once = systemctl --user start hyprpolkitagent -# exec-once = $h_conf/.scripts/init.sh -exec-once = $h_conf/.scripts/init +exec-once = $hyprconf/.scripts/init exec-once = hypridle exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP -exec = cliphist wipe & -exec-once = cliphist store & +exec-once = cliphist wipe & +exec = cliphist store & diff --git a/hotkeys.conf b/hotkeys.conf index 168b3b6..0514d05 100644 --- a/hotkeys.conf +++ b/hotkeys.conf @@ -75,7 +75,8 @@ bind = $mainMod, Q, killactive, bind = $mainMod SHIFT, F, togglefloating, bind = $mainMod, F, fullscreen, 1 -bind = SUPER, V, exec, copyq show +$clipboard = copyq show +bind = SUPER, V, exec, $clipboard # ─< start predefined applications >───────────────────────────────────────────────────────────────── bind = $mainMod, T, exec, $terminal