diff --git a/desktop/configs/hypr/binds.conf b/desktop/configs/hypr/binds.conf index a24bea8..adac9b7 100644 --- a/desktop/configs/hypr/binds.conf +++ b/desktop/configs/hypr/binds.conf @@ -2,7 +2,7 @@ $mainMod = SUPER bind = $mainMod, apostrophe, exec, hyprctl switchxkblayout logotech-gaming-keyboard next -bind = $mainMod SHIFT, apostrophe, exec, bash ~/scripts/change-colorscheme.sh +bind = $mainMod SHIFT, apostrophe, exec, ~/scripts/change-colorscheme.sh # app bindings bind = $mainMod, Return, exec, wezterm diff --git a/desktop/configs/hypr/hyprland.conf b/desktop/configs/hypr/hyprland.conf index 9cd5478..f94dbdf 100644 --- a/desktop/configs/hypr/hyprland.conf +++ b/desktop/configs/hypr/hyprland.conf @@ -1,6 +1,6 @@ # jab monitor=DP-3, 1920x1080, 2560x0, 1 -# monitor=HDMI-A-1, 2560x1080, 0x0, 1 +monitor=HDMI-A-1, 2560x1080, 0x0, 1 source = ~/.config/hypr/init.conf diff --git a/desktop/configs/hypr/init.conf b/desktop/configs/hypr/init.conf index 03cf654..29736fd 100644 --- a/desktop/configs/hypr/init.conf +++ b/desktop/configs/hypr/init.conf @@ -2,7 +2,7 @@ exec-once = ~/scripts/fix.sh exec-once = spotifyd & exec-once = lxqt-policykit-agent & exec-once = gentoo-pipewire-launcher & -exec-once = bash ~/scripts/swww.sh +exec-once = ~/scripts/wppengine.sh exec-once = gammastep -t 4500:3500 -l -23.5475:-46.63611 -b 1.0:0.6 & exec-once = gsettings set org.gnome.desktop.interface icon-theme Win10Sur-black-dark & gsettings set org.gnome.desktop.interface gtk-theme Numix-BLACK-Pomegranate & gsettings set org.gnome.desktop.interface cursor-theme Simp1e exec-once = dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP @@ -11,3 +11,4 @@ exec-once = corectrl --minimize-systray exec-once = ~/scripts/weechat.sh exec-once = otd-daemon & exec-once = waybar & +exec-once = syncthing & diff --git a/desktop/configs/hypr/settings.conf b/desktop/configs/hypr/settings.conf index 439542b..db327f2 100644 --- a/desktop/configs/hypr/settings.conf +++ b/desktop/configs/hypr/settings.conf @@ -34,7 +34,7 @@ decoration { blur { enabled = true - size = 3 + size = 2 passes = 2 }