Use wayland instead of x.
This commit is contained in:
parent
505761389e
commit
2a7612a21e
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"
|
xdg-open "https://google.com/search?q=$1+site%3Aitk.samfundet.no"
|
||||||
}
|
}
|
||||||
|
|
||||||
alias clip="xclip -selection clip"
|
alias clip="wl-copy"
|
||||||
|
|
||||||
dchmod () {
|
dchmod () {
|
||||||
find $2 -type d -exec chmod $1 {} +
|
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