💥 fix(clipboard): clipboard goes empty if user doesn't select an item in the menu
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ bind = , Print, exec, $screenshotSelect
|
|||||||
bind = $mainMod, Print, exec, $screenshotFull
|
bind = $mainMod, Print, exec, $screenshotFull
|
||||||
|
|
||||||
# Open wofi clipboard
|
# 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
|
# Open wallpaper menu
|
||||||
bind = $mainMod, W, exec, /usr/bin/env bash $HOME/.config/hypr/scripts/change-wallpaper.sh
|
bind = $mainMod, W, exec, /usr/bin/env bash $HOME/.config/hypr/scripts/change-wallpaper.sh
|
||||||
|
|||||||
@@ -15,6 +15,9 @@ source = ~/.config/hypr/monitors.conf
|
|||||||
# Devices
|
# Devices
|
||||||
# source = ~/.config/hypr/devices.conf # Uncomment this line to apply file, remember to make it first!
|
# 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
|
# Appearance
|
||||||
source = ~/.config/hypr/appearance.conf
|
source = ~/.config/hypr/appearance.conf
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -13,5 +13,5 @@
|
|||||||
# 5 -> variable refresh rate;
|
# 5 -> variable refresh rate;
|
||||||
# 6 -> 1: vrr enabled, 0: no vrr.
|
# 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
|
||||||
|
|
||||||
|
|||||||
@@ -15,5 +15,6 @@ cursor {
|
|||||||
}
|
}
|
||||||
|
|
||||||
render {
|
render {
|
||||||
|
# Set to false if you have issues
|
||||||
explicit_sync = true
|
explicit_sync = true
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
plugin {
|
||||||
|
|
||||||
|
}
|
||||||
+3
-3
@@ -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
|
# See https://wiki.hyprland.org/Configuring/Window-Rules/ and https://wiki.hyprland.org/Configuring/Workspace-Rules/ for information on how to configure this
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user