From 9f633ee690d6f8b4126276efc2ad24bae77f0244 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Mon, 1 Jan 2024 15:31:33 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20config(hypr):=20moved=20so?= =?UTF-8?q?me=20things=20around?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/configs/binds.conf | 4 +--- .config/hypr/pyprland.toml | 1 + .config/hypr/scripts/launch_portals | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) 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