mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
update setxkbmap and hope no one else is using these files
This commit is contained in:
parent
c331eababc
commit
f7fbf35109
@ -1,6 +1,7 @@
|
|||||||
# Map compose to left menu and kill x with ctrl alt backspace and
|
# Map compose to left menu and kill x with ctrl alt backspace and
|
||||||
# disable unbreakable space
|
# disable unbreakable space, male alt+shift change layout and
|
||||||
setxkbmap -option compose:menu -option terminate:ctrl_alt_bksp -option nbsp:none
|
# layouts Finnish, Czech Qwerty and Esperanto.
|
||||||
|
setxkbmap -option compose:menu -option terminate:ctrl_alt_bksp -option nbsp:none -option 'grp:alt_shift_toggle' -layout fi,cz,epo -variant ,qwerty,
|
||||||
|
|
||||||
# Set TZ as the current timezone. This is supposed to be sent over SSH.
|
# Set TZ as the current timezone. This is supposed to be sent over SSH.
|
||||||
TZ=$(date +%Z)
|
TZ=$(date +%Z)
|
||||||
|
@ -8,8 +8,9 @@ fi
|
|||||||
|
|
||||||
# Set compose to menu, kill X with ctrl-alt-backspace,
|
# Set compose to menu, kill X with ctrl-alt-backspace,
|
||||||
# disable nbsp (still available with compose-space-space,
|
# disable nbsp (still available with compose-space-space,
|
||||||
# make Caps Lock a backspace (Colemak)
|
# make alt+shift toggle layout and specify layouts
|
||||||
setxkbmap -option compose:menu -option terminate:ctrl_alt_bksp -option nbsp:none -option caps:backspace
|
# as Finnish, Czech Qwerty and Esperanto.
|
||||||
|
setxkbmap -option compose:menu -option terminate:ctrl_alt_bksp -option nbsp:none -option 'grp:alt_shift_toggle' -layout fi,cz,epo -variant ,qwerty,
|
||||||
|
|
||||||
# Removes duplicates from $PATH. Copied from http://unix.stackexchange.com/a/14896
|
# Removes duplicates from $PATH. Copied from http://unix.stackexchange.com/a/14896
|
||||||
PATH=$(echo "$PATH" | awk -v RS=':' -v ORS=":" '!a[$1]++{if (NR > 1) printf ORS; printf $a[$1]}')
|
PATH=$(echo "$PATH" | awk -v RS=':' -v ORS=":" '!a[$1]++{if (NR > 1) printf ORS; printf $a[$1]}')
|
||||||
|
Loading…
Reference in New Issue
Block a user