diff --git a/private_dot_config/hypr/hyprland/binds/open_apps.conf b/private_dot_config/hypr/hyprland/binds/open_apps.conf index 67e791d..a108058 100644 --- a/private_dot_config/hypr/hyprland/binds/open_apps.conf +++ b/private_dot_config/hypr/hyprland/binds/open_apps.conf @@ -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 diff --git a/private_dot_config/hypr/hyprland/rules/vesktop.conf b/private_dot_config/hypr/hyprland/rules/vesktop.conf index 31627d6..e4dda80 100644 --- a/private_dot_config/hypr/hyprland/rules/vesktop.conf +++ b/private_dot_config/hypr/hyprland/rules/vesktop.conf @@ -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)$ diff --git a/private_dot_config/yazi/keymap.toml b/private_dot_config/yazi/keymap.toml index 3802b0a..025f228 100644 --- a/private_dot_config/yazi/keymap.toml +++ b/private_dot_config/yazi/keymap.toml @@ -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"