💥 fix(clipboard): clipboard goes empty if user doesn't select an item in the menu

This commit is contained in:
retrozinndev
2024-10-04 19:38:35 -03:00
parent 02abd634bc
commit 3e8330dfae
6 changed files with 13 additions and 5 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ bind = , Print, exec, $screenshotSelect
bind = $mainMod, Print, exec, $screenshotFull
# Open wofi clipboard
bind = $mainMod, V, exec, cliphist list | $dmenu | cliphist decode | wl-copy
bind = $mainMod, V, exec, cliphist list | $dmenu | cliphist decode | xargs -r wl-copy
# Open wallpaper menu
bind = $mainMod, W, exec, /usr/bin/env bash $HOME/.config/hypr/scripts/change-wallpaper.sh
+3
View File
@@ -15,6 +15,9 @@ source = ~/.config/hypr/monitors.conf
# Devices
# source = ~/.config/hypr/devices.conf # Uncomment this line to apply file, remember to make it first!
# Plugins (you can comment if you want pure Hyprland)
source = ~/.config/hypr/plugins.conf
# Appearance
source = ~/.config/hypr/appearance.conf
+1 -1
View File
@@ -13,5 +13,5 @@
# 5 -> variable refresh rate;
# 6 -> 1: vrr enabled, 0: no vrr.
monitor = HDMI-A-1, 1920x1080@75, 0x0, 1, vrr, 1
monitor = VGA-1, 1920x1080@60, 0x0, 1, vrr, 1
+1
View File
@@ -15,5 +15,6 @@ cursor {
}
render {
# Set to false if you have issues
explicit_sync = true
}
+4
View File
@@ -0,0 +1,4 @@
plugin {
}
+3 -3
View File
@@ -1,7 +1,7 @@
##################
## WINDOW RULES ##
##################
#############
## RULES ##
#############
# See https://wiki.hyprland.org/Configuring/Window-Rules/ and https://wiki.hyprland.org/Configuring/Workspace-Rules/ for information on how to configure this