From 5c43abf2d61350c756f9b477b22fa06ef6f49168 Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Tue, 17 Jun 2025 23:46:39 -0400 Subject: fuzzel --- .config/hypr/binds.conf | 8 ++++---- .config/hypr/hyprland.conf | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to '.config/hypr') 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 -- cgit v1.2.3