diff --git a/desktop/configs/hypr/binds.conf b/desktop/configs/hypr/binds.conf index 4667e0b..09043ac 100644 --- a/desktop/configs/hypr/binds.conf +++ b/desktop/configs/hypr/binds.conf @@ -2,10 +2,10 @@ $mainMod = SUPER # app bindings -bind = $mainMod, Return, exec, kitty +bind = $mainMod, Return, exec, wezterm bind = $mainMod, E, exec, thunar bind = $mainMod SHIFT, s, exec,steam --noverifyfiles -cef-enable-debugging -bind = $mainMod CONTROL, s, exec, ~/sfp.sh +bind = $mainMod CONTROL, s, exec, ~/scripts/sfp.sh bind = $mainMod SHIFT, Return, exec, tofi-drun bind = , Print, exec, ~/.local/bin/print-fullscreen.sh bind = SHIFT, Print, exec, ~/.local/bin/print-select.sh @@ -33,6 +33,7 @@ binde = $mainMod, H, resizeactive, -30 30 binde = $mainMod, L, resizeactive, 30 -30 bind = $mainMod, J, layoutmsg, cyclenext bind = $mainMod, K, layoutmsg, cycleprev +bind = $mainMod, N, layoutmsg, orientationnext # workspace control bind = $mainMod, 1, exec, try_swap_workspace 1 diff --git a/desktop/configs/hypr/init.conf b/desktop/configs/hypr/init.conf index 4221c41..10e9068 100644 --- a/desktop/configs/hypr/init.conf +++ b/desktop/configs/hypr/init.conf @@ -1,8 +1,8 @@ -exec-once = ~/fix.sh +exec-once = ~/scripts/fix.sh exec-once = spotifyd & exec-once = lxqt-policykit-agent & exec-once = gentoo-pipewire-launcher & -exec-once = bash ~/swww +exec-once = bash ~/scripts/swww.sh exec-once = gammastep -t 4500:3500 -l -23.5475:-46.63611 -b 1.0:0.5 & 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 diff --git a/desktop/configs/hypr/rules.conf b/desktop/configs/hypr/rules.conf index c436dcb..19d8155 100644 --- a/desktop/configs/hypr/rules.conf +++ b/desktop/configs/hypr/rules.conf @@ -8,6 +8,8 @@ windowrulev2 = stayfocused, title:^()$,class:^(steam)$ windowrulev2 = minsize 1 1, title:^()$,class:^(steam)$ windowrulev2=float,class:anki,title:Add windowrulev2=size 0%,class:explorer.exe,title:Wine System Tray +windowrulev2=workspace 2 silent, class:^(firefox)$, title:(Mozilla Firefox) +windowrulev2=workspace unset, class:(firefox), title:(Developer Tools)(.*) windowrule=float,xdg-desktop-portal-gtk windowrule=workspace 5 silent,anki @@ -17,6 +19,7 @@ windowrule=noblur,com.obsproject.Studio windowrule=float,pavucontrol windowrule=workspace 8 silent,steam windowrule=workspace 7 silent, org.prismlauncher.PrismLauncher +windowrule=workspace 7 silent,heroic windowrule=float,thunar windowrule=workspace 10 silent,thunderbird windowrule=workspace 7 silent,XIVLauncher.Core @@ -31,7 +34,7 @@ windowrule=float,title:(File Upload) windowrule=float,.*Save.* windowrule=float,.*Sign in.* windowrule=workspace 9 silent,gamescope -windowrule=fullscreen, gamescope +windowrule=fullscreen,gamescope windowrule=workspace 9 silent,.*Minecraft.* windowrule=workspace 9 silent,cs2 windowrule=workspace 11 silent,.*league.* @@ -44,6 +47,5 @@ windowrule=workspace 9 silent,steam_.* windowrule=workspace 10 silent,SFP_UI windowrule=workspace 4 silent,Spotify windowrule=workspace 3 silent,parsecd -windowrule=workspace 2 silent,firefox windowrule=workspace 12 silent,org.pwmt.zathura windowrule=workspace 13 silent,Chromium-browser-chromium diff --git a/desktop/configs/hypr/settings.conf b/desktop/configs/hypr/settings.conf index 4993f2b..3fcc721 100644 --- a/desktop/configs/hypr/settings.conf +++ b/desktop/configs/hypr/settings.conf @@ -20,7 +20,7 @@ general { border_size = 2 col.active_border = rgba(ff0038ee) rgba(33e2c5ee) 45deg col.inactive_border = rgba(595959aa) - no_cursor_warps = true + no_cursor_warps = false layout = master } @@ -29,7 +29,7 @@ decoration { blur { enabled = true - size = 2 + size = 3 passes = 2 } @@ -54,6 +54,7 @@ animations { master { new_is_master = false + allow_small_split = true } gestures {