From 02adba2db6f42bad8f618af6cbc0d53c0335b2e6 Mon Sep 17 00:00:00 2001 From: The_miro Date: Thu, 16 Oct 2025 14:02:34 +0200 Subject: [PATCH] added ex for opening thunar --- .zshrc | 1 + desktopenvs/hyprland/hypr-usr/binds.conf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 6569945..69e60bc 100755 --- a/.zshrc +++ b/.zshrc @@ -151,6 +151,7 @@ alias e="edit-in-kitty" alias et="edit-in-kitty --type=tab" alias ek="edit-in-kitty --type=window" alias ew="kitty --detach micro" +alias ex="thunar ." alias fs="fast-ssh" diff --git a/desktopenvs/hyprland/hypr-usr/binds.conf b/desktopenvs/hyprland/hypr-usr/binds.conf index 847c9fd..81e01e8 100644 --- a/desktopenvs/hyprland/hypr-usr/binds.conf +++ b/desktopenvs/hyprland/hypr-usr/binds.conf @@ -58,7 +58,7 @@ bind = $mainMod, Z, exec, ~/Dotfiles/desktopenvs/hyprland/scripts/togglebar.sh bind = $mainMod, Q, killactive, bind = $mainMod, M, exec, $editor bind = $mainMod, E, exec, $fileManager -bind = $mainMod SHIFT, E, exec, pcmanfm-qt +bind = $mainMod ALT, E, exec, pcmanfm-qt bind = $mainMod, X, exec, wofi --show=run bind = $mainMod, F, exec, ~/Dotfiles/desktopenvs/hyprland/scripts/wofi-file-search.sh bind = $mainMod SHIFT, F, exec, ~/Dotfiles/desktopenvs/hyprland/scripts/foldersearch.sh