Use wayland instead of x.

This commit is contained in:
Sebastian Bugge 2025-04-01 11:37:22 +02:00
parent 505761389e
commit 2a7612a21e
Signed by untrusted user who does not match committer: kaholaz
GPG key ID: 2EFFEDEE03519691
2 changed files with 4 additions and 1 deletions

View file

@ -64,7 +64,7 @@ itks() {
xdg-open "https://google.com/search?q=$1+site%3Aitk.samfundet.no"
}
alias clip="xclip -selection clip"
alias clip="wl-copy"
dchmod () {
find $2 -type d -exec chmod $1 {} +