diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/hyprland/hypr/hyprland.conf | 31 |
1 files changed, 8 insertions, 23 deletions
diff --git a/config/hyprland/hypr/hyprland.conf b/config/hyprland/hypr/hyprland.conf index 9298393..6af4e08 100644 --- a/config/hyprland/hypr/hyprland.conf +++ b/config/hyprland/hypr/hyprland.conf @@ -7,7 +7,6 @@ source = ~/.config/hypr/env.conf exec-once = gammastep & waybar exec-once = swaybg -i ~/pics/wallpaper -# For all categories, see https://wiki.hyprland.org/Configuring/Variables/ input { kb_layout = us kb_variant = @@ -21,11 +20,10 @@ input { natural_scroll = no } - sensitivity = 0 # -1.0 - 1.0, 0 means no modification. + sensitivity = 0 } -general { - # See https://wiki.hyprland.org/Configuring/Variables/ for more +general { gaps_in = 1 gaps_out = 3 border_size = 2 @@ -37,15 +35,13 @@ general { cursor_inactive_timeout = 2 } - misc { disable_hyprland_logo = true enable_swallow = true + swallow_regex = '^foot$' } decoration { - # See https://wiki.hyprland.org/Configuring/Variables/ for more - rounding = 2 blur = no blur_size = 3 @@ -63,8 +59,6 @@ decoration { animations { enabled = yes - # Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more - bezier = myBezier, 0.05, 0.9, 0.1, 1.05 animation = windows, 1, 7, myBezier @@ -75,28 +69,19 @@ animations { } dwindle { - # See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more - pseudotile = yes # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below - preserve_split = yes # you probably want this + pseudotile = yes + preserve_split = yes force_split = 1 } master { - # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more - new_is_master = true + new_is_master = false } gestures { - # See https://wiki.hyprland.org/Configuring/Variables/ for more workspace_swipe = on } -# Example per-device config -# See https://wiki.hyprland.org/Configuring/Keywords/#executing for more -device:epic mouse V1 { - sensitivity = -0.5 -} - $term = foot $mainMod = SUPER @@ -106,8 +91,8 @@ bind = $mainMod, C, killactive, bind = $mainMod, Q, exit, bind = $mainMod, F, togglefloating, bind = $mainMod SHIFT, Return, exec, wofi -S run -bind = $mainMod SHIFT, P, pseudo, # dwindle -bind = $mainMod, S, togglesplit, # dwindle +bind = $mainMod SHIFT, P, pseudo +bind = $mainMod, S, togglesplit bind = $mainMod, B, exec, firefox |