added folder search

main
The_miro 2025-06-13 00:01:36 +02:00
parent fe5464647a
commit 170392c2f4
2 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,7 @@ bind = $mainMod, Q, killactive,
bind = $mainMod, M, exec, $editor bind = $mainMod, M, exec, $editor
bind = $mainMod, E, exec, $fileManager bind = $mainMod, E, exec, $fileManager
bind = $mainMod, F, exec, ~/Dotfiles/desktopenvs/hyprland/scripts/wofi-file-search.sh bind = $mainMod, F, exec, ~/Dotfiles/desktopenvs/hyprland/scripts/wofi-file-search.sh
bind = $mainMod SHIFT, F, exec, ~/Dotfiles/desktopenvs/hyprland/scripts/foldersearch.sh
bind = $mainMod, V, togglefloating, bind = $mainMod, V, togglefloating,
#bind = $mainMod, H, movecurrentworkspacetomonitor #bind = $mainMod, H, movecurrentworkspacetomonitor
bind = $mainMod, C, pseudo, # dwindle bind = $mainMod, C, pseudo, # dwindle

View File

@ -0,0 +1,2 @@
#!/bin/bash
kitty --directory="$(cat ~/.z | cut -d"|" -f1 | wofi --show=dmenu)"