fixes clipboard not working in some apps

This commit is contained in:
Michael Beck 2025-06-10 11:26:18 +02:00
parent 0a3010e072
commit 2222453712
3 changed files with 24 additions and 20 deletions

View File

@ -23,3 +23,7 @@ exec-once = dbus-update-activation-environment --systemd &
# ## Idle configuration # ## Idle configuration
exec-once = $idlehandler exec-once = $idlehandler
# Clipboard fix
# https://github.com/hyprwm/Hyprland/issues/2319#issuecomment-2409983376
exec-once = wl-paste -t text -w xclip -selection clipboard

View File

@ -1,19 +1,19 @@
$wallpaper = /usr/share/wallpapers/wallpaper/adwaita-l.jpg $wallpaper = /usr/share/wallpapers/wallpaper/spaceship-start.jpg
$background = rgb(171111) $background = rgb(1C1E22)
$foreground = rgb(F3DEB2) $foreground = rgb(FAF5F2)
$color0 = rgb(3F3939) $color0 = rgb(424449)
$color1 = rgb(801912) $color1 = rgb(0A1F33)
$color2 = rgb(34406F) $color2 = rgb(5F5352)
$color3 = rgb(733A56) $color3 = rgb(486552)
$color4 = rgb(AA6E6C) $color4 = rgb(B87463)
$color5 = rgb(D26719) $color5 = rgb(8D9E7F)
$color6 = rgb(DEA124) $color6 = rgb(F1E3DA)
$color7 = rgb(E6C889) $color7 = rgb(F0E9E4)
$color8 = rgb(A18C60) $color8 = rgb(A8A3A0)
$color9 = rgb(801912) $color9 = rgb(0A1F33)
$color10 = rgb(34406F) $color10 = rgb(5F5352)
$color11 = rgb(733A56) $color11 = rgb(486552)
$color12 = rgb(AA6E6C) $color12 = rgb(B87463)
$color13 = rgb(D26719) $color13 = rgb(8D9E7F)
$color14 = rgb(DEA124) $color14 = rgb(F1E3DA)
$color15 = rgb(E6C889) $color15 = rgb(F0E9E4)

View File

@ -5,7 +5,7 @@
# Monitor wiki https://wiki.hyprland.org/0.45.0/Configuring/Monitors/ # Monitor wiki https://wiki.hyprland.org/0.45.0/Configuring/Monitors/
monitor = eDP-2, highres@highrr, 0x0, 1, vrr, 0 monitor = eDP-2, highres@highrr, 0x0, 1, vrr, 0
monitor = DP-2, 1920x1080@60, auto-left, 1, vrr, 0 monitor = DP-2, highres@highrr, auto-left, 1, vrr, 0
# If you need to scale things like steam etc, please uncomment these lines. # If you need to scale things like steam etc, please uncomment these lines.
# Adjust GDK_SCALE accordingly to your liking. # Adjust GDK_SCALE accordingly to your liking.