implements multiple todos

This commit is contained in:
js0ny 2025-01-15 15:13:02 +00:00
parent ef7b5680fb
commit 2aee2088c4
24 changed files with 355 additions and 331 deletions

View file

@ -8,6 +8,6 @@
if [ -n "$WAYLAND_DISPLAY" ]; then
alias clip="wl-copy"
alias paste="wl-paste"
else [ -n "$DISPLAY" ]; then
elif [ -n "$DISPLAY" ]; then
alias clip="xclip"
fi