diff --git a/configs/hypr/hyprland/env.conf b/configs/hypr/hyprland/env.conf index e9c285a..0c21034 100644 --- a/configs/hypr/hyprland/env.conf +++ b/configs/hypr/hyprland/env.conf @@ -13,4 +13,4 @@ env = XDG_MENU_PREFIX, plasma- env = ILLOGICAL_IMPULSE_VIRTUAL_ENV, ~/.local/state/quickshell/.venv # ######## Terminal application ######### -env = TERMINAL,alacritty +env = TERMINAL,kitty -1 diff --git a/configs/hypr/hyprland/execs.conf b/configs/hypr/hyprland/execs.conf index 1c065bb..d273ed7 100644 --- a/configs/hypr/hyprland/execs.conf +++ b/configs/hypr/hyprland/execs.conf @@ -34,4 +34,4 @@ exec-once = rclone mount SchoolGdrive: /mnt/SchoolGdrive --dir-cache-time 10s -- exec-once = rclone mount PersonalGdrive: /mnt/PersonalGdrive --dir-cache-time 10s --poll-interval 10s --attr-timeout 10s --size-only #exec-once = rclone mount AltGdrive: /mnt/AltGdrive --dir-cache-time 10s --poll-interval 10s --attr-timeout 10s --size-only exec-once = rclone mount gcrypt: /mnt/gcrypt --dir-cache-time 10s --poll-interval 10s --attr-timeout 10s --size-only -exec-once = steam %U -silent +exec-once = steam %U -silent \ No newline at end of file diff --git a/configs/hypr/hyprland/general.conf b/configs/hypr/hyprland/general.conf index e5daed7..071515e 100644 --- a/configs/hypr/hyprland/general.conf +++ b/configs/hypr/hyprland/general.conf @@ -12,7 +12,7 @@ gestures { workspace_swipe_min_speed_to_force = 5 workspace_swipe_direction_lock = true workspace_swipe_direction_lock_threshold = 10 - workspace_swipe_create_new = false + workspace_swipe_create_new = true } general { @@ -48,7 +48,7 @@ dwindle { decoration { # 2 = circle, higher = squircle, 4 = very obvious squircle # Clear squircles look really off; we use only extra .4 here to make the rounding feel more continuous - rounding_power = 2.4 + rounding_power = 2 rounding = 18 blur { @@ -81,7 +81,7 @@ decoration { # Dim dim_inactive = true dim_strength = 0.05 - dim_special = 0.07 + dim_special = 0.2 } animations { @@ -116,7 +116,7 @@ animations { animation = specialWorkspaceIn, 1, 2.8, emphasizedDecel, slidevert animation = specialWorkspaceOut, 1, 1.2, emphasizedAccel, slidevert # zoom - animation = zoomFactor, 1, 3, emphasizedDecel + animation = zoomFactor, 1, 3, standardDecel } input { @@ -166,16 +166,3 @@ cursor { hotspot_padding = 1 } -# Overview -plugin { - hyprexpo { - columns = 3 - gap_size = 5 - bg_col = rgb(000000) - workspace_method = first 1 # [center/first] [workspace] e.g. first 1 or center m+1 - - enable_gesture = false # laptop touchpad, 4 fingers - gesture_distance = 300 # how far is the "max" - gesture_positive = false - } -} diff --git a/configs/hypr/hyprland/keybinds.conf b/configs/hypr/hyprland/keybinds.conf index 5906bde..895691b 100644 --- a/configs/hypr/hyprland/keybinds.conf +++ b/configs/hypr/hyprland/keybinds.conf @@ -250,3 +250,4 @@ bind = SUPER, F2, exec, ~/.config/hypr/hyprland/scripts/toggle_scroll.sh # Lock/ # Cursed stuff bind = Ctrl+Super, Backslash, resizeactive, exact 640 480 # [hidden] +