Created
August 5, 2025 19:43
-
-
Save vf-aldahir/3e5424b8050579e46849cea39f626de1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ~/.config/hypr/hyprland.conf | |
| monitor=,preferred,auto,auto | |
| exec-once = waybar & | |
| exec-once = dunst & | |
| exec-once = nm-applet & | |
| exec-once = kitty | |
| input { | |
| kb_layout = us | |
| follow_mouse = 1 | |
| touchpad { | |
| natural_scroll = true | |
| } | |
| } | |
| general { | |
| gaps_in = 5 | |
| gaps_out = 15 | |
| border_size = 2 | |
| col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg | |
| col.inactive_border = rgba(595959aa) | |
| layout = dwindle | |
| } | |
| decoration { | |
| rounding = 10 | |
| blur { | |
| enabled = true | |
| size = 8 | |
| passes = 2 | |
| } | |
| drop_shadow = true | |
| shadow_range = 4 | |
| shadow_render_power = 3 | |
| col.shadow = rgba(00000055) | |
| } | |
| animations { | |
| enabled = true | |
| bezier = ease, 0.25, 0.1, 0.25, 1.0 | |
| animation = windows, 1, 7, ease | |
| animation = windowsOut, 1, 7, ease | |
| animation = border, 1, 10, default | |
| animation = fade, 1, 7, ease | |
| animation = workspaces, 1, 6, ease | |
| } | |
| env = XCURSOR_SIZE,24 | |
| bind = SUPER, RETURN, exec, kitty | |
| bind = SUPER, Q, killactive, | |
| bind = SUPER, R, exec, rofi -show drun | |
| bind = SUPER, E, exec, thunar | |
| bind = SUPER, V, togglefloating, | |
| bind = SUPER, F, fullscreen | |
| bind = SUPER SHIFT, C, exit, | |
| bind = SUPER, D, togglesplit, | |
| bind = SUPER, left, movefocus, l | |
| bind = SUPER, right, movefocus, r | |
| bind = SUPER, up, movefocus, u | |
| bind = SUPER, down, movefocus, d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment