Use wayland instead of x.
This commit is contained in:
parent
4ab77a370d
commit
888e5a3d29
2 changed files with 4 additions and 1 deletions
2
.aliases
2
.aliases
|
@ -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 {} +
|
||||
|
|
3
.config/regolith3/sway/config.d/caps_remap
Normal file
3
.config/regolith3/sway/config.d/caps_remap
Normal file
|
@ -0,0 +1,3 @@
|
|||
input "type:keyboard" {
|
||||
xkb_options caps:ctrl_modifier
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue