diff --git a/.config/hypr/configs/binds.conf b/.config/hypr/configs/binds.conf index 84bd682a..ecca1caf 100644 --- a/.config/hypr/configs/binds.conf +++ b/.config/hypr/configs/binds.conf @@ -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 diff --git a/.config/hypr/pyprland.toml b/.config/hypr/pyprland.toml index 65a45791..66a4669e 100644 --- a/.config/hypr/pyprland.toml +++ b/.config/hypr/pyprland.toml @@ -10,6 +10,7 @@ lazy = true [scratchpads.terminal] command = "kitty --class scratchpad" excludes = ["dots"] +lazy = true [scratchpads.yazi] command = "kitty --class scratchpad yazi" diff --git a/.config/hypr/scripts/launch_portals b/.config/hypr/scripts/launch_portals index f273da4b..37382a1e 100755 --- a/.config/hypr/scripts/launch_portals +++ b/.config/hypr/scripts/launch_portals @@ -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