diff options
| author | 2025-10-05 19:17:34 +0300 | |
|---|---|---|
| committer | 2025-10-05 19:17:34 +0300 | |
| commit | 87f61d4d95330768ea4dcec002c12b324d86b581 (patch) | |
| tree | edfdbb01ddb7be0d4239b13446c8f54537ad0ca6 /config/hypr/hyprland.conf | |
| parent | Чт 19 июн 2025 11:18:03 MSK (diff) | |
| download | dotfiles-87f61d4d95330768ea4dcec002c12b324d86b581.tar.gz dotfiles-87f61d4d95330768ea4dcec002c12b324d86b581.tar.bz2 dotfiles-87f61d4d95330768ea4dcec002c12b324d86b581.tar.xz dotfiles-87f61d4d95330768ea4dcec002c12b324d86b581.zip | |
sync
Diffstat (limited to '')
| -rw-r--r-- | config/hypr/hyprland.conf | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index 6d07adb..ca0ac77 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -5,6 +5,7 @@ # See https://wiki.hyprland.org/Configuring/Monitors/ monitor=,prefered,auto,auto monitor = desc:HKC OVERSEAS LIMITED 0x2160 0x00000001,1920x1080,auto,auto +monitor = eDP-1,prefered, auto, 1.5 ################### ### MY PROGRAMS ### ################### @@ -47,10 +48,10 @@ env = HYPRCURSOR_SIZE,24 # https://wiki.hyprland.org/Configuring/Variables/#general general { - gaps_in = 4 - gaps_out = 8 + gaps_in = 2 + gaps_out = 4 - border_size = 2 + border_size = 1 # https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg @@ -73,10 +74,10 @@ decoration { active_opacity = 1.0 inactive_opacity = 1.0 - drop_shadow = true - shadow_range = 4 - shadow_render_power = 3 - col.shadow = rgba(1a1a1aee) + #drop_shadow = true + #shadow_range = 4 + #shadow_render_power = 3 + #col.shadow = rgba(1a1a1aee) # https://wiki.hyprland.org/Configuring/Variables/#blur blur { @@ -164,15 +165,15 @@ device { # See https://wiki.hyprland.org/Configuring/Keywords/ $mainMod = SUPER # Sets "Windows" key as main modifier $shiftMod = SUPER_SHIFT - +$superEnter = SUPER_ENTER # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more -bind = $mainMod, Q, exec, $terminal -bind = $mainMod, C, killactive, +bind = $mainMod, 36, exec, $terminal +bind = $mainMod, Q, killactive, bind = $mainMod, M, exit, bind = $mainMod, E, exec, $fileManager bind = $mainMod, L, exec, hyprlock bind = $mainMod, V, togglefloating, -bind = $mainMod, R, exec, $menu +bind = $mainMod, F2, exec, $menu bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, J, togglesplit, # dwindle |
