From 6aa54e160f9df3366888f7c8365d4ea85b6d421a Mon Sep 17 00:00:00 2001 From: silly Date: Sun, 29 Mar 2026 17:53:03 +0200 Subject: Update hyprland.conf --- .config/hypr/hyprland.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to '.config/hypr') diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 3d00c30..b0e8967 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -9,6 +9,7 @@ env = HYPRCURSOR_SIZE,16 $terminal = kitty $fileManager = nautilus $menu = rofi -show drun +$browser = firefox $mainMod = SUPER exec-once = systemctl --user start hyprpolkitagent @@ -95,6 +96,7 @@ bind = $mainMod, M, exec, command -v hyprshutdown >/dev/null 2>&1 && hyprshutdow bind = $mainMod, T, exec, ~/.config/scripts/master.sh bind = $mainMod, L, exec, ~/.config/scripts/power.sh bind = $mainMod, E, exec, $fileManager +bind = $mainMod, B, exec, firefox bind = $mainMod, V, togglefloating bind = $mainMod, R, exec, $menu bind = $mainMod, P, pseudo -- cgit v1.3.1