diff --git a/hypr/autostart.conf b/hypr/autostart.conf index 51ce8c9..820f537 100644 --- a/hypr/autostart.conf +++ b/hypr/autostart.conf @@ -18,6 +18,4 @@ exec-once = wl-paste --type image --watch cliphist store # Stores images # Apps exec-once = /bin/vesktop --start-minimized - -# Special -exec-once = ~/.local/share/scripts/fix-nautilus.sh +exec-once = /bin/steam-runtime -silent diff --git a/hypr/bindings.conf b/hypr/bindings.conf index dee3b36..041cb88 100644 --- a/hypr/bindings.conf +++ b/hypr/bindings.conf @@ -47,7 +47,6 @@ bind = $mainMod, J, togglesplit bind = $mainMod, F11, fullscreen bind = $mainMod, N, exec, swaync-client -t bind = $mainMod, L, exec, $lockscreen -bind = $mainMod, C, centerwindow # Media keys bind = , code:121, exec, pamixer --mute # Mute @@ -81,11 +80,12 @@ bind = $mainMod, right, movefocus, r bind = $mainMod, up, movefocus, u bind = $mainMod, down, movefocus, d -# Move windows with arrowkeys +# Move windows with keyboard keys bind = $mainMod SHIFT, left, movewindow, l bind = $mainMod SHIFT, right, movewindow, r bind = $mainMod SHIFT, up, movewindow, u bind = $mainMod SHIFT, down, movewindow, d +bind = $mainMod SHIFT, C, centerwindow # Resize windows with arrowkeys bind = $mainMod ALT, left, resizeactive, -60 0 @@ -117,6 +117,9 @@ bind = $mainMod SHIFT, 8, movetoworkspace, 8 bind = $mainMod SHIFT, 9, movetoworkspace, 9 bind = $mainMod SHIFT, 0, movetoworkspace, 10 +bind = CTRL ALT, right, workspace, e+1 +bind = CTRL ALT, left, workspace, e-1 + # Example special workspace (scratchpad) bind = $mainMod, S, togglespecialworkspace, magic bind = $mainMod SHIFT, S, movetoworkspace, special:magic diff --git a/hypr/environment.conf b/hypr/environment.conf index f79eff2..9f0a484 100644 --- a/hypr/environment.conf +++ b/hypr/environment.conf @@ -3,7 +3,9 @@ ## ENVIRONMENT ## ################# +env = XCURSOR_THEME, Adwaita env = XCURSOR_SIZE, 24 +env = HYPRCURSOR_THEME, Adwaita env = HYPRCURSOR_SIZE, 24 env = QT_QPA_PLATFORM, wayland env = QT_QPA_PLATFORMTHEME, qt6ct diff --git a/hypr/monitors.conf b/hypr/monitors.conf index 6c04cc2..9c8c640 100644 --- a/hypr/monitors.conf +++ b/hypr/monitors.conf @@ -5,4 +5,13 @@ # Configure yout monitor(s) here! See https://wiki.hyprland.org/Configuring/Monitors for more information on how to do that! -monitor = , preferred, auto, auto, vrr, 1 # vrr enables variable refresh rate for gaming +# Monitor Arguments +# 1 -> monitor name; +# 2 -> resolution@hertz; +# 3 -> positioning from the top-left corner; +# 4 -> scaling; +# 5 -> variable refresh rate; +# 6 -> 1: vrr enabled, 0: no vrr. + +monitor = VGA-1, 1920x1080@60, 0x0, 1, vrr, 1 + diff --git a/hypr/rules.conf b/hypr/rules.conf index 3f68fbd..6c5fb0b 100644 --- a/hypr/rules.conf +++ b/hypr/rules.conf @@ -12,6 +12,7 @@ windowrulev2 = float, class:xdg-desktop-portal* windowrulev2 = float, class:org.pulseaudio.pavucontrol windowrulev2 = float, class:org.gnome.Loupe windowrulev2 = float, class:mcpelauncher-webview +windowrulev2 = float, class:org.gnome.Calculator # Resize windowrulev2 = size 50% 50%, class:org.pulseaudio.pavucontrol