⚙️ config(hypr): moved some things around

This commit is contained in:
Sergio Laín 2024-01-01 15:31:33 +01:00
parent 5117aa715a
commit 9f633ee690
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
3 changed files with 3 additions and 4 deletions

View file

@ -30,6 +30,7 @@ bind = SUPERCTRL, W, exec, ~/.config/hypr/scripts/wallpaper random
bind = SUPER, F1, exec, ~/.config/hypr/scripts/rofi/keybindings
bind = SUPERSHIFT, R, exec, ~/.config/hypr/scripts/rofi/recording
bind = SUPERSHIFT, G, exec, ~/.config/hypr/scripts/rofi/game_launcher
bind = SUPER, Y, exec, cliphist list | rofi -dmenu | cliphist decode | wl-copy
# Scratchpads
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 = ALT, INSERT, exec, ~/.config/hypr/scripts/rofi/screenshots_selection
# Clipboard
bind = SUPER, Y, exec, cliphist list | rofi -dmenu | cliphist decode | wl-copy
# Logout menu
bind = SUPER, ESCAPE, exec, wleave

View file

@ -10,6 +10,7 @@ lazy = true
[scratchpads.terminal]
command = "kitty --class scratchpad"
excludes = ["dots"]
lazy = true
[scratchpads.yazi]
command = "kitty --class scratchpad yazi"

View file

@ -1,6 +1,6 @@
#!/bin/bash
sleep 4
killall xdg-desktop-portal-wlr
killall xdg-desktop-portal-hyprland
killall xdg-desktop-portal
/usr/lib/xdg-desktop-portal-hyprland &
sleep 4