added ex for opening thunar
parent
1a406149d1
commit
02adba2db6
1
.zshrc
1
.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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue