mirror of
https://github.com/hydroxycarbamide/dotfiles.git
synced 2025-05-07 05:19:07 -04:00
Set yazi as default terminal file manager + update hypr config
This commit is contained in:
parent
958d345c2d
commit
8cb9ba80d8
7 changed files with 15 additions and 7 deletions
|
@ -441,7 +441,8 @@ binds {
|
|||
Mod+W { spawn "rofi" "-show" "window" "-theme" "catppuccin-macchiato"; }
|
||||
Mod+Q { spawn "wlogout" "-p" "layer-shell"; }
|
||||
|
||||
Mod+E repeat=false { spawn "kitty" "--class='fm-term'" "nnn" "-da" "-P" "p"; }
|
||||
// Mod+E repeat=false { spawn "kitty" "--class='fm-term'" "nnn" "-da" "-P" "p"; }
|
||||
Mod+E repeat=false { spawn "footclient" "-a" "fm-term" "yazi"; }
|
||||
Mod+Shift+E repeat=false { spawn "xdg-open" "."; }
|
||||
|
||||
Mod+V { spawn "bash" "-c" "cliphist list | rofi -dmenu | cliphist decode | wl-copy"; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue