diff options
| author | kkard2 <[email protected]> | 2024-02-17 13:13:44 +0100 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2024-02-17 13:13:44 +0100 |
| commit | 0a5809fb4951e4595b165d27b82b48a92c842369 (patch) | |
| tree | f3060266ab74ea26114640aac0d0e9bc179e709c /_linux/hypr/hyprland.conf | |
| parent | 24f5c377bd5284760f38a36394f46d53c4aa5a1f (diff) | |
copyq
Diffstat (limited to '_linux/hypr/hyprland.conf')
| -rw-r--r-- | _linux/hypr/hyprland.conf | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
