1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

move to wayland

This commit is contained in:
2026-01-06 22:46:12 +01:00
parent 3d9a48c65e
commit cecc249daa
17 changed files with 534 additions and 357 deletions

View File

@@ -8,7 +8,7 @@
dmenu,
gnused,
libnotify,
xclip,
wl-clipboard,
xdotool,
gawk,
fetchFromGitHub,
@@ -113,7 +113,7 @@ writers.writeDashBin "unicodmenu" ''
gawk
gnused
libnotify
xclip
wl-clipboard
xdotool
]
}
@@ -127,7 +127,7 @@ writers.writeDashBin "unicodmenu" ''
[ "$chosen" != "" ] || exit
echo "$chosen" | tr -d '\n' | xclip -selection clipboard
echo "$chosen" | tr -d '\n' | wl-copy
if [ -n "$1" ]; then
xdotool key Shift+Insert