Update .config/hypr/hyprland/binds/open_apps.conf

Update .config/hypr/hyprland/rules/vesktop.conf
Update .config/yazi/keymap.toml
This commit is contained in:
2025-06-14 21:18:17 +02:00
parent d55d471bb1
commit 75ab85b521
3 changed files with 22 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ bind = $mainMod, RETURN, exec, [workspace 4] $terminal
bind = $mainMod ctrl, RETURN, exec, $terminal
bind = $mainMod L_SHIFT, P, exec, $menu
bind = $mainMod, e, exec, [float; size 40% 40%; workspace special:magic] $terminal yazi
bind = ctrl, Escape, exec, [float; size 80% 75%; workspace special:magic] $terminal btop
# Workspace binded apps

View File

@@ -2,4 +2,4 @@ windowrule = workspace 1 silent, class:^(vesktop)$
windowrule = noinitialfocus, class:^(vesktop)$
windowrule = focusonactivate 0, class:^(vesktop)$
windowrule = renderunfocused, class:^(vesktop)$
windowrule = opacity 0.95, class:^(vesktop)$
windowrule = opacity 0.75, class:^(vesktop)$

View File

@@ -11,3 +11,23 @@ on = "!"
for = "unix"
run = 'shell "$SHELL" --block'
desc = "Open $SHELL here"
[[mgr.prepend_keymap]]
on = [ "g", "P" ]
run = "cd ~/Pobrane"
desc = "Cd to ~/Pobrane"
[[mgr.prepend_keymap]]
on = [ "g", "O" ]
run = "cd ~/Obrazy"
desc = "Cd to ~/Obrazy"
[[mgr.prepend_keymap]]
on = [ "g", "V" ]
run = "cd ~/Video"
desc = "Cd to ~/Video"
[[mgr.prepend_keymap]]
on = [ "g", "D" ]
run = "cd ~/Dokumenty"
desc = "Cd to ~/Dokumenty"