From 7cbfd1ab51b1ac717796b33a10fd0ef30e10c8e5 Mon Sep 17 00:00:00 2001 From: silly Date: Sun, 12 Apr 2026 07:18:06 +0000 Subject: Fix variable name for file manager in config --- .config/hypr/hyprland.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/hypr/hyprland.conf') diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index b54eb07..074250b 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -9,7 +9,7 @@ env = HYPRCURSOR_THEME, env = HYPRCURSOR_SIZE,24 $terminal = kitty -$fileManager = nautilus +$filemanager = nautilus $menu = rofi -show drun $browser = firefox $mod = SUPER @@ -105,7 +105,7 @@ bind = $mod, C, killactive bind = $mod, T, exec, ~/.config/scripts/master.sh bind = $mod, L, exec, ~/.config/scripts/power.sh bind = $mod, W, exec, ~/.config/scripts/time.sh -bind = $mod, E, exec, $fileManager +bind = $mod, E, exec, $filemanager bind = $mod, B, exec, $browser bind = $mod, V, togglefloating bind = $mod, R, exec, $menu -- cgit v1.3.1