diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-06-17 23:46:39 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-06-17 23:46:39 -0400 |
| commit | 5c43abf2d61350c756f9b477b22fa06ef6f49168 (patch) | |
| tree | 296f168ecd60a07c5e888fad0408d8b5b191b68e /.config/hypr | |
| parent | 13bbb59350355e4c8a4c1d2655762f63cea25124 (diff) | |
fuzzel
Diffstat (limited to '.config/hypr')
| -rw-r--r-- | .config/hypr/binds.conf | 8 | ||||
| -rw-r--r-- | .config/hypr/hyprland.conf | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/.config/hypr/binds.conf b/.config/hypr/binds.conf index 87aced7..ca3215d 100644 --- a/.config/hypr/binds.conf +++ b/.config/hypr/binds.conf @@ -3,13 +3,13 @@ $mainMod = SUPER # Set programs that you use $terminal = kitty -$browser = qutebrowser +$browser = firefox $menu = tofi-run | xargs hyprctl dispatch exec -- -$appMenu = tofi-drun | xargs hyprctl dispatch exec -- +$appMenu = fuzzel | xargs hyprctl dispatch exec -- # Main Binds -bind = $mainMod, R, exec, $appMenu -bind = $mainMod, RETURN, exec, $menu +bind = $mainMod, R, exec, $menu +bind = $mainMod, RETURN, exec, $appMenu bind = $mainMod, A, exec, $terminal bind = $mainMod, D, killactive, bind = $mainMod CTRL SHIFT, D, exec, hyprctl kill diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index bdc74e5..440ae90 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -2,10 +2,10 @@ source=binds.conf monitor = eDP-1, 1920x1200@60, 0x0, 1 -exec-once = startup env = XCURSOR_SIZE,24 env = HYPRCURSOR_SIZE,24 +exec-once = startup exec-once = hyprctl dispatch workspace 1 # For all categories, see https://wiki.hyprland.org/Configuring/Variables/ @@ -60,7 +60,7 @@ master { new_status = master new_on_top = true orientation = left - mfact = 0.6 + mfact = 0.5 } misc { @@ -101,4 +101,4 @@ animations { windowrule = suppressevent maximize, class:.* # Fix some dragging issues with XWayland -windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
\ No newline at end of file +windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0 |
