diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2023-08-19 22:39:47 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2023-08-19 22:39:47 +0530 |
commit | c983aa9b4b56ce745b4a79a7bd87ab3e55ef0296 (patch) | |
tree | 34b8364833969424b3fc023652953cafde676dc0 /.config | |
parent | 4a6cfbc92d605baab04e43aad939dd74bbd11b4c (diff) |
hypr: changes in reference to latest example hyprland conf+new blur opt
Diffstat (limited to '.config')
-rw-r--r-- | .config/hypr/hyprland.conf | 49 |
1 files changed, 33 insertions, 16 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index cd3c9b4..74e5c54 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -17,16 +17,37 @@ exec-once = systemctl --user import-environment DISPLAY WAYLAND_DISPLAY XDG_CURR env = XCURSOR_SIZE,24 # For all categories, see https://wiki.hyprland.org/Configuring/Variables/ +input { + kb_layout = us + kb_variant = + kb_model = + kb_options=caps:escape +# kb_options=ctrl:nocaps + kb_rules = + + follow_mouse = 1 + + touchpad { + disable_while_typing = no + natural_scroll = false + tap-to-click=yes + } + + sensitivity = 0 # -1.0 - 1.0, 0 means no modification. +} + general { - border_size = 2 + # See https://wiki.hyprland.org/Configuring/Variables/ for more gaps_in = 5 gaps_out = 20 + border_size = 2 col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg col.inactive_border = rgba(595959aa) layout = master } master { + # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more special_scale_factor=0.8 new_is_master=false new_on_top=false @@ -36,11 +57,17 @@ master { } decoration { + # See https://wiki.hyprland.org/Configuring/Variables/ for more rounding = 3 multisample_edges = true active_opacity=0.99 inactive_opacity=0.94 fullscreen_opacity=1.0 + blur { + enabled = true + size = 4 + passes = 1 + } drop_shadow = true shadow_range = 4 shadow_render_power = 3 @@ -48,7 +75,7 @@ decoration { } animations { - enabled = yes + enabled = true # Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more bezier = myBezier, 0.05, 0.9, 0.1, 1.05 @@ -61,19 +88,6 @@ animations { animation = workspaces, 1, 6, default } -input { - kb_layout = us -kb_options=caps:escape -# kb_options=ctrl:nocaps - follow_mouse = 1 - touchpad { - disable_while_typing = no - natural_scroll = no - tap-to-click=yes - } - sensitivity = 0 # -1.0 - 1.0, 0 means no modification. -} - gestures { # See https://wiki.hyprland.org/Configuring/Variables/ for more workspace_swipe = on @@ -96,7 +110,10 @@ binds { } # Example per-device config -# See https://wiki.hyprland.org/Configuring/Keywords/#executing for more +# See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more +device:epic-mouse-v1 { + sensitivity = -0.5 +} # Example windowrule v1 # windowrule = float, ^(kitty)$ |