commit fe1bc0a3e930c2d1b552c5525d78fb5c38a27f66
parent 124345d229a6ef08dacd072d8699aee2a751b3d0
Author: awy <awy@awy.one>
Date: Wed, 19 Mar 2025 13:20:23 +0300
tidy
Diffstat:
1 file changed, 87 insertions(+), 89 deletions(-)
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf
@@ -21,107 +21,120 @@ env = HYPRCURSOR_SIZE,24
env = ENABLE_HDR_WSI,1
general {
- gaps_in = 5
- gaps_out = 10
+ gaps_in = 10,5,10,5
+ gaps_out = 10,30,10,30
- border_size = 3
+ border_size = 3
- col.active_border = rgb(5e81ac)
- col.inactive_border = rgba(595959aa)
+ col.active_border = rgb(5e81ac)
+ col.inactive_border = rgba(595959aa)
- resize_on_border = false
+ resize_on_border = false
- allow_tearing = false
+ allow_tearing = false
- layout = dwindle
+ layout = dwindle
}
decoration {
- rounding = 0
- rounding_power = 2
-
-
- active_opacity = 1.0
- inactive_opacity = 1.0
-
- shadow {
- enabled = false
- range = 4
- render_power = 3
- color = rgba(1a1a1aee)
- }
-
-
- blur {
- enabled = false
- size = 3
- passes = 1
-
- vibrancy = 0.1696
- }
+ rounding = 0
+ rounding_power = 2
+
+ active_opacity = 1.0
+ inactive_opacity = 1.0
+
+ shadow {
+ enabled = false
+ range = 4
+ render_power = 3
+ color = rgba(1a1a1aee)
+ }
+
+ blur {
+ enabled = false
+ size = 3
+ passes = 1
+ vibrancy = 0.1696
+ }
}
animations {
- enabled = false
- bezier = easeOutQuint,0.23,1,0.32,1
- bezier = easeInOutCubic,0.65,0.05,0.36,1
- bezier = linear,0,0,1,1
- bezier = almostLinear,0.5,0.5,0.75,1.0
- bezier = quick,0.15,0,0.1,1
- animation = global, 1, 10, default
- animation = border, 1, 5.39, easeOutQuint
- animation = windows, 1, 4.79, easeOutQuint
- animation = windowsIn, 1, 4.1, easeOutQuint, popin 87%
- animation = windowsOut, 1, 1.49, linear, popin 87%
- animation = fadeIn, 1, 1.73, almostLinear
- animation = fadeOut, 1, 1.46, almostLinear
- animation = fade, 1, 3.03, quick
- animation = layers, 1, 3.81, easeOutQuint
- animation = layersIn, 1, 4, default, popin 87%
- animation = layersOut, 1, 1.5, linear, fade
- animation = fadeLayersIn, 1, 1.79, almostLinear
- animation = fadeLayersOut, 1, 1.39, almostLinear
- animation = workspaces, 1, 4, quick, slidevert
+ enabled = false
+ bezier = easeOutQuint,0.23,1,0.32,1
+ bezier = easeInOutCubic,0.65,0.05,0.36,1
+ bezier = linear,0,0,1,1
+ bezier = almostLinear,0.5,0.5,0.75,1.0
+ bezier = quick,0.15,0,0.1,1
+ animation = global, 1, 10, default
+ animation = border, 1, 5.39, easeOutQuint
+ animation = windows, 1, 4.79, easeOutQuint
+ animation = windowsIn, 1, 4.1, easeOutQuint, popin 87%
+ animation = windowsOut, 1, 1.49, linear, popin 87%
+ animation = fadeIn, 1, 1.73, almostLinear
+ animation = fadeOut, 1, 1.46, almostLinear
+ animation = fade, 1, 3.03, quick
+ animation = layers, 1, 3.81, easeOutQuint
+ animation = layersIn, 1, 4, default, popin 87%
+ animation = layersOut, 1, 1.5, linear, fade
+ animation = fadeLayersIn, 1, 1.79, almostLinear
+ animation = fadeLayersOut, 1, 1.39, almostLinear
+ animation = workspaces, 1, 4, quick, slidevert
}
dwindle {
- pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
- preserve_split = true # You probably want this
+ pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
+ preserve_split = true # You probably want this
}
master {
- new_status = master
+ new_status = master
}
misc {
- force_default_wallpaper = 0 # Set to 0 or 1 to disable the anime mascot wallpapers
- disable_hyprland_logo = true # If true disables the random hyprland logo / anime girl background. :(
- enable_swallow = 1
- swallow_regex = ^(foot)$
+ force_default_wallpaper = 0 # Set to 0 or 1 to disable the anime mascot wallpapers
+ disable_hyprland_logo = true # If true disables the random hyprland logo / anime girl background. :(
+ enable_swallow = 1
+ swallow_regex = ^(foot)$
}
input {
- kb_layout = us, ru
- kb_variant =
- kb_model =
- kb_options = grp:alt_shift_toggle
- kb_rules =
-
- follow_mouse = 1
- force_no_accel = 1
-
- sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
- repeat_rate=45
- repeat_delay=300
-
- touchpad {
- natural_scroll = false
- }
+ kb_layout = us, ru
+ kb_variant =
+ kb_model =
+ kb_options = grp:alt_shift_toggle
+ kb_rules =
+
+ follow_mouse = 1
+ force_no_accel = 1
+
+ sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
+ repeat_rate=45
+ repeat_delay=300
+
+ touchpad {
+ natural_scroll = false
+ }
}
gestures {
- workspace_swipe = false
+ workspace_swipe = false
+}
+
+experimental {
+ xx_color_management_v4 = true
+}
+
+xwayland {
+ force_zero_scaling = true
+}
+
+ecosystem {
+ no_update_news = true
+}
+
+cursor {
+ default_monitor = DP-3
}
$mainMod = SUPER # Sets "Windows" key as main modifier
@@ -194,9 +207,6 @@ bind = $mainMod SHIFT, 8, movetoworkspace, 8
bind = $mainMod SHIFT, 9, movetoworkspace, 9
bind = $mainMod SHIFT, 0, movetoworkspace, 10
-#bind = $mainMod, S, togglespecialworkspace, magic
-#bind = $mainMod SHIFT, S, movetoworkspace, special:magic
-
bind = $mainMod, mouse_down, workspace, e+1
bind = $mainMod, mouse_up, workspace, e-1
@@ -211,15 +221,3 @@ workspace = 1, monitor:DP-2
workspace = 2, monitor:DP-2
workspace = 3, monitor:DP-3
workspace = 4, monitor:DP-3
-
-experimental {
- xx_color_management_v4 = true
-}
-
-xwayland {
- force_zero_scaling = true
-}
-
-ecosystem {
- no_update_news = true
-}