diff --git a/dots/.config/dconf/user b/dots/.config/dconf/user index ff374f8c..8ed5aa45 100644 Binary files a/dots/.config/dconf/user and b/dots/.config/dconf/user differ diff --git a/dots/.config/hypr/hyprland.conf b/dots/.config/hypr/hyprland.conf index 5c7b961d..6c7d8e1d 100644 --- a/dots/.config/hypr/hyprland.conf +++ b/dots/.config/hypr/hyprland.conf @@ -3,13 +3,14 @@ source = ~/.config/hypr/wm/general.conf source = ~/.config/hypr/wm/bindings.conf source = ~/.config/hypr/wm/appearance.conf source = ~/.config/hypr/wm/monitors.conf -exec = ~/.config/hypr/scripts/launchers/launch-waybar.bash -exec = mako --history 1 -exec-once = ~/.config/hypr/scripts/launchers/events-monitor.bash -exec-once = udiskie --tray exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP -exec-once = blueman-applet -exec-once = clight-gui --tray -exec-once = opensnitch-ui --background +exec-once = ~/.config/hypr/scripts/launchers/events-monitor.bash +exec = killall -HUP waybar; GTK_THEME="THIS THEME DOESN'T EXIST" waybar +exec = killall -HUP mako; mako --history 1 +exec = killall -HUP udiskie; sleep 2 && udiskie --tray +exec = killall -HUP blueman-applet; sleep 2 && blueman-applet +exec = killall -HUP clight-gui; sleep 2 && clight-gui --tray +exec = killall -HUP opensnitch-ui; sleep 2 && opensnitch-ui --background exec = timeout 5s ~/.config/hypr/scripts/init-wallpapers.bash +exec-once = systemctl --user start compositor.target