⚙️ config(hypr): moved some things around
This commit is contained in:
parent
5117aa715a
commit
9f633ee690
3 changed files with 3 additions and 4 deletions
|
@ -30,6 +30,7 @@ bind = SUPERCTRL, W, exec, ~/.config/hypr/scripts/wallpaper random
|
||||||
bind = SUPER, F1, exec, ~/.config/hypr/scripts/rofi/keybindings
|
bind = SUPER, F1, exec, ~/.config/hypr/scripts/rofi/keybindings
|
||||||
bind = SUPERSHIFT, R, exec, ~/.config/hypr/scripts/rofi/recording
|
bind = SUPERSHIFT, R, exec, ~/.config/hypr/scripts/rofi/recording
|
||||||
bind = SUPERSHIFT, G, exec, ~/.config/hypr/scripts/rofi/game_launcher
|
bind = SUPERSHIFT, G, exec, ~/.config/hypr/scripts/rofi/game_launcher
|
||||||
|
bind = SUPER, Y, exec, cliphist list | rofi -dmenu | cliphist decode | wl-copy
|
||||||
|
|
||||||
# Scratchpads
|
# Scratchpads
|
||||||
bind = SUPER, V, exec, pypr toggle volume
|
bind = SUPER, V, exec, pypr toggle volume
|
||||||
|
@ -46,9 +47,6 @@ bind = SUPERSHIFT, INSERT, exec, hyprshot -m window -o ~/Imagenes/Capturas/PC -f
|
||||||
bind = CTRL, INSERT, exec, hyprshot -m region -o ~/Imagenes/Capturas/PC -f captura-$(date +'%Y-%m-%d-%s').png
|
bind = CTRL, INSERT, exec, hyprshot -m region -o ~/Imagenes/Capturas/PC -f captura-$(date +'%Y-%m-%d-%s').png
|
||||||
bind = ALT, INSERT, exec, ~/.config/hypr/scripts/rofi/screenshots_selection
|
bind = ALT, INSERT, exec, ~/.config/hypr/scripts/rofi/screenshots_selection
|
||||||
|
|
||||||
# Clipboard
|
|
||||||
bind = SUPER, Y, exec, cliphist list | rofi -dmenu | cliphist decode | wl-copy
|
|
||||||
|
|
||||||
# Logout menu
|
# Logout menu
|
||||||
bind = SUPER, ESCAPE, exec, wleave
|
bind = SUPER, ESCAPE, exec, wleave
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,7 @@ lazy = true
|
||||||
[scratchpads.terminal]
|
[scratchpads.terminal]
|
||||||
command = "kitty --class scratchpad"
|
command = "kitty --class scratchpad"
|
||||||
excludes = ["dots"]
|
excludes = ["dots"]
|
||||||
|
lazy = true
|
||||||
|
|
||||||
[scratchpads.yazi]
|
[scratchpads.yazi]
|
||||||
command = "kitty --class scratchpad yazi"
|
command = "kitty --class scratchpad yazi"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
sleep 4
|
sleep 4
|
||||||
killall xdg-desktop-portal-wlr
|
killall xdg-desktop-portal-hyprland
|
||||||
killall xdg-desktop-portal
|
killall xdg-desktop-portal
|
||||||
/usr/lib/xdg-desktop-portal-hyprland &
|
/usr/lib/xdg-desktop-portal-hyprland &
|
||||||
sleep 4
|
sleep 4
|
||||||
|
|
Loading…
Add table
Reference in a new issue