Adds dropdown terminal
This commit is contained in:
parent
fb6d33bfab
commit
7c9a370e14
5 changed files with 21 additions and 18 deletions
|
|
@ -98,7 +98,7 @@ bind = $mainMod, F, fullscreen, 1
|
|||
bind = $mainMod SHIFT, F, fullscreen, 0
|
||||
|
||||
$mainMod = SUPER
|
||||
$files = gtk-launch yazi
|
||||
$files = hyprdrop ghostty --identifier yazi_hyprdrop --args="yazi" --env="PWD=~/"
|
||||
$term = ghostty
|
||||
$scriptsDir = $HOME/.config/hypr/scripts
|
||||
|
||||
|
|
@ -108,4 +108,5 @@ bind = $mainMod, Tab, exec, nwg-drawer -pbexit "wayland-logout" -pbpoweroff "sys
|
|||
bind = ALT, Tab, exec, hyprswitch gui --mod-key alt --key tab
|
||||
|
||||
bind = $mainMod, Return, exec, $term #terminal
|
||||
bind = $mainMod SHIFT, Return, exec, hyprdrop $term --identifier term_dropdown
|
||||
bind = $mainMod, T, exec, $files #file manager
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue