⚙️ config(hypr): new binds for yazi, deletion of unused binds and quake terminal size changed

This commit is contained in:
Sergio Laín 2023-11-01 17:39:37 +01:00
parent 602d224ba7
commit 07ead4dbb1
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
2 changed files with 5 additions and 27 deletions

View file

@ -13,36 +13,14 @@ bind=SUPER,Z,exec,pypr zoom
bindr=SUPERSHIFT, Return, exec, ~/.config/hypr/scripts/quake
## Applications
bind=SUPER,W,exec,librewolf # Numpad dot
bind=SUPER,22,exec,neovide # Return key
bind=SUPER,W,exec,librewolf
bind=SUPER,O,exec,obsidian
# Nemo
bind=SUPER,E,exec,nemo # Numpad 0
bind=SUPER,87,exec,nemo ~/Descargas # Numpad 1
bind=SUPER,88,exec,nemo /docs/Documentos # Numpad 2
bind=SUPER,89,exec,nemo ~/Imagenes # Numpad 3
bind=SUPER,83,exec,nemo ~/Musica # Numpad 4
bind=SUPER,84,exec,nemo ~/Repos # Numpad 5
bind=SUPER,85,exec,nemo ~/Videos # Numpad 6
bind=SUPER,79,exec,nemo /vm # Numpad 7
bind=SUPER,80,exec,nemo ~/Juegos # Numpad 8
bind=SUPER,81,exec,nemo ~/.config # Numpad 9
# Kitty
bind=SUPERSHIFT,E,exec,nemo
bind=SUPER,RETURN,exec,kitty
bind=SUPERSHIFT,87,exec,kitty ~/Descargas # Numpad 1
bind=SUPERSHIFT,88,exec,kitty /docs/Documentos # Numpad 2
bind=SUPERSHIFT,89,exec,kitty ~/Imagenes # Numpad 3
bind=SUPERSHIFT,83,exec,kitty ~/Musica # Numpad 4
bind=SUPERSHIFT,84,exec,kitty ~/Repos # Numpad 5
bind=SUPERSHIFT,85,exec,kitty ~/Videos # Numpad 6
bind=SUPERSHIFT,79,exec,kitty /vm # Numpad 7
bind=SUPERSHIFT,80,exec,kitty ~/Juegos # Numpad 8
bind=SUPERSHIFT,81,exec,kitty ~/.config # Numpad 9
bind=SUPER,E,exec,kitty yazi
# Launchers
bind=SUPER, 23, exec, rofi -show drun -theme ~/.config/rofi/style.rasi # Space key
bind=SUPER, 23, exec, rofi -show drun -theme ~/.config/rofi/style.rasi # tab
# Scratchpads
bind=SUPER,V,exec,pypr toggle volume

View file

@ -5,7 +5,7 @@ TERM_CMD="kitty -1 --class quake -o background_opacity=0.90 -o hide_window_decor
if [ "$WORKSPACE" = "" ]; then
echo "start"
hyprctl dispatch -- exec "[float;size 1600 500;center] $TERM_CMD"
hyprctl dispatch -- exec "[float;size 1600 650;center] $TERM_CMD"
elif [ "$WORKSPACE" == "special:quake" ]; then
echo "show"