diff options
Diffstat (limited to '.config/hypr')
| -rw-r--r-- | .config/hypr/binds.conf | 4 | ||||
| -rw-r--r-- | .config/hypr/hyprland.conf | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/.config/hypr/binds.conf b/.config/hypr/binds.conf index 14d76e1..abdb829 100644 --- a/.config/hypr/binds.conf +++ b/.config/hypr/binds.conf @@ -4,8 +4,8 @@ $mainMod = SUPER # used programs $terminal = alacritty $browser = firefox -$menu = swenu-run -$appMenu = fuzzel | xargs hyprctl dispatch exec -- +$menu = swenu-run -oi +$appMenu = swenu-run -coil 10 # main binds bind = $mainMod, D, killactive, diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 63ac7be..1edcb6b 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -54,7 +54,10 @@ general { } cursor { - no_hardware_cursors = 0 + no_hardware_cursors = false + no_warps = false + persistent_warps = true + warp_on_change_workspace = true } windowrulev2 = noshadow, floating:0 |
