diff options
| author | silly <u65487754@gmail.com> | 2026-04-12 07:18:06 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-12 07:18:06 +0000 |
| commit | 7cbfd1ab51b1ac717796b33a10fd0ef30e10c8e5 (patch) | |
| tree | 8cce3ef859a18a71ff0bc841f5529a1427faa74e /.config | |
| parent | 8696cba6e9426b82cdffced9a3d003d1b80abbb4 (diff) | |
Fix variable name for file manager in config
Diffstat (limited to '.config')
| -rw-r--r-- | .config/hypr/hyprland.conf | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
