From 98524bb2138cba5628a8f44870e07466be6ce9ac Mon Sep 17 00:00:00 2001 From: Eric Tossell Date: Thu, 22 Feb 2024 13:46:57 -0500 Subject: [PATCH] Thunar --- docs/keybinds.md | 2 +- modules/hyprland/config/desktop.nix | 2 +- modules/hyprland/config/laptop.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/keybinds.md b/docs/keybinds.md index d60364de..2b54a2f0 100644 --- a/docs/keybinds.md +++ b/docs/keybinds.md @@ -4,7 +4,7 @@ | --- | --- | |`Super + q` | Launch foot ina new window | |`Super + w` | Kill Window | -|`Super + e` | Launch `ranger` in a new window | +|`Super + e` | Launch `thunar` in a new window | |`Super + r` | Launch Wofi | |`Super + t` | Open Tmux in a new window | |`Super + g` | Launch Firefox | diff --git a/modules/hyprland/config/desktop.nix b/modules/hyprland/config/desktop.nix index 19c7891c..cfa5c3b5 100644 --- a/modules/hyprland/config/desktop.nix +++ b/modules/hyprland/config/desktop.nix @@ -45,7 +45,7 @@ bind = $mainMod, a, exec, pavucontrol bind = $mainMod, v, exec, foot -e nvim bind = $mainMod, 0, exit, - bind = $mainMod, e, exec, kitty -e ranger + bind = $mainMod, e, exec, thunar bind = $mainMod, b, exec, foot -e btop bind = $mainMod, t, exec, foot -e tmux bind = $mainMod, g, exec, foot -e firefox diff --git a/modules/hyprland/config/laptop.nix b/modules/hyprland/config/laptop.nix index 1fac973a..288ef888 100644 --- a/modules/hyprland/config/laptop.nix +++ b/modules/hyprland/config/laptop.nix @@ -36,7 +36,7 @@ bind = $mainMod, a, exec, pavucontrol bind = $mainMod, v, exec, foot -e nvim bind = $mainMod, 0, exit, - bind = $mainMod, e, exec, kitty -e ranger + bind = $mainMod, e, exec, thunar bind = $mainMod, b, exec, foot -e btop bind = $mainMod, t, exec, foot -e tmux bind = $mainMod, g, exec, foot -e firefox