From 41d1936b5840d8e0cd91f786c6b8d876be87a00e720750363dd03be1f468c05b Mon Sep 17 00:00:00 2001 From: Mikkel Harboe Arp Henriksen Date: Tue, 17 Jun 2025 20:11:54 +0200 Subject: [PATCH] =?UTF-8?q?tilf=C3=B8jet=20fil=20h=C3=A5ndterings=20v?= =?UTF-8?q?=C3=A6rkt=C3=B8jer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- local.yml | 5 +++++ templates/hyprland.conf.j2 | 4 ++++ 2 files changed, 9 insertions(+) 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