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