Use wayland instead of x.

This commit is contained in:
Sebastian Bugge 2025-04-01 11:54:39 +02:00
parent 4ab77a370d
commit 888e5a3d29
Signed by: 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 {} +

View file

@ -0,0 +1,3 @@
input "type:keyboard" {
xkb_options caps:ctrl_modifier
}