mirror of
https://github.com/szymon-jozef/superior_dotfiles.git
synced 2026-09-07 20:20:38 +02:00
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:
@@ -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
|
||||
|
||||
@@ -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)$
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user