diff --git a/local.yml b/local.yml index 86c89c4..6c06ea7 100644 --- a/local.yml +++ b/local.yml @@ -73,6 +73,11 @@ - flatpak - vscodium # Udviklings editor - papyrus-icon-theme # Ikon tema til wofi drun + - thunar + - thunar-volman + - tumbler + - gvfs + - ranger - ufw # Firewall state: present diff --git a/templates/hyprland.conf.j2 b/templates/hyprland.conf.j2 index 3d63db5..133b87a 100644 --- a/templates/hyprland.conf.j2 +++ b/templates/hyprland.conf.j2 @@ -102,6 +102,10 @@ bind = $mainMod, M, exit, # Afslut Hyprland session bind = $mainMod, D, exec, wofi --show drun bind = $mainMod, F, fullscreen, +# Genveje til filbrowsere +bind = $mainMod, E, exec, thunar +bind = $mainMod, T, exec, kitty -e ranger + # Flyt fokus med piletaster bind = $mainMod, left, movefocus, l bind = $mainMod, right, movefocus, r