⚙️ config(hypr): new binds for yazi, deletion of unused binds and quake terminal size changed
This commit is contained in:
parent
602d224ba7
commit
07ead4dbb1
2 changed files with 5 additions and 27 deletions
|
@ -13,36 +13,14 @@ bind=SUPER,Z,exec,pypr zoom
|
||||||
bindr=SUPERSHIFT, Return, exec, ~/.config/hypr/scripts/quake
|
bindr=SUPERSHIFT, Return, exec, ~/.config/hypr/scripts/quake
|
||||||
|
|
||||||
## Applications
|
## Applications
|
||||||
bind=SUPER,W,exec,librewolf # Numpad dot
|
bind=SUPER,W,exec,librewolf
|
||||||
bind=SUPER,22,exec,neovide # Return key
|
|
||||||
bind=SUPER,O,exec,obsidian
|
bind=SUPER,O,exec,obsidian
|
||||||
|
bind=SUPERSHIFT,E,exec,nemo
|
||||||
# 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=SUPER,RETURN,exec,kitty
|
bind=SUPER,RETURN,exec,kitty
|
||||||
bind=SUPERSHIFT,87,exec,kitty ~/Descargas # Numpad 1
|
bind=SUPER,E,exec,kitty yazi
|
||||||
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
|
|
||||||
|
|
||||||
# Launchers
|
# 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
|
# Scratchpads
|
||||||
bind=SUPER,V,exec,pypr toggle volume
|
bind=SUPER,V,exec,pypr toggle volume
|
||||||
|
|
|
@ -5,7 +5,7 @@ TERM_CMD="kitty -1 --class quake -o background_opacity=0.90 -o hide_window_decor
|
||||||
|
|
||||||
if [ "$WORKSPACE" = "" ]; then
|
if [ "$WORKSPACE" = "" ]; then
|
||||||
echo "start"
|
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
|
elif [ "$WORKSPACE" == "special:quake" ]; then
|
||||||
echo "show"
|
echo "show"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue