From 0a5809fb4951e4595b165d27b82b48a92c842369 Mon Sep 17 00:00:00 2001 From: kkard2 Date: Sat, 17 Feb 2024 13:13:44 +0100 Subject: copyq --- _linux/hypr/hyprland.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to '_linux/hypr') diff --git a/_linux/hypr/hyprland.conf b/_linux/hypr/hyprland.conf index 0b3a3be..df146d5 100644 --- a/_linux/hypr/hyprland.conf +++ b/_linux/hypr/hyprland.conf @@ -7,6 +7,7 @@ monitor=,preferred,auto,auto # Execute your favorite apps at launch exec-once = waybar exec-once = lxqt-policykit-agent +exec-once = copyq # :weary: (temp btw) exec-once = /home/kkard2/soft/espanso-thing @@ -118,6 +119,7 @@ device:epic-mouse-v1 { windowrulev2 = nomaximizerequest, class:.* # You'll probably like this. windowrulev2 = float, class:^(pavucontrol)$ windowrulev2 = float, title:^(Authentication Required)$ +windowrulev2 = float, title:^.*(CopyQ)$ # See https://wiki.hyprland.org/Configuring/Keywords/ for more $mainMod = SUPER @@ -215,3 +217,5 @@ bind = $mainMod, U, focusurgentorlast bind = $mainMod SHIFT, S, exec, grim -g "$(slurp)" - | wl-copy bind = $mainMod, M, exec, pactl set-source-mute @DEFAULT_SOURCE@ toggle + +bind = $mainMod, V, exec, copyq toggle -- cgit v1.3.1