doc: spell check

This commit is contained in:
Ben Grande 2024-07-08 11:27:21 +02:00
parent 56191dab6d
commit f94876f0f0
No known key found for this signature in database
GPG Key ID: 00C64E14F51F9E56
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
## Copy to ~/.signature and modify, including deleting all commends.
## Copy to ~/.signature and modify, including deleting all comments.
## Optional configuration.
Regards,
John Doe

View File

@ -6,7 +6,7 @@
##
## Benefits of this method:
## - faster than salt, no need for a dispvm.
## - preserve permisions, salt-ssh doesnt.
## - preserve permissions, salt-ssh doesn't.
## Disadvantages:
## - files need be copied to dom0 preserving permissions or setting again.
##

View File

@ -24,7 +24,7 @@ if ! command -v qubesdb-read >/dev/null || test "$(hostname)" = "dom0"; then
## Give Caps Lock a better use.
## ctrl:swapcaps seems better than caps:swapescape because ctrl is
## difficult to reach and escape can be done wit 'caps+['.
## difficult to reach and escape can be done with 'caps+['.
setxkbmap -keycodes "evdev+aliases(qwerty)" -model pc105 -layout us \
-variant ,qwerty -option "" -option "grp:win_space_toggle,ctrl:nocaps"