Ensure keyboard settings are correct on all terminals.
This commit is contained in:
@@ -127,6 +127,7 @@
|
|||||||
export_path_additions: export PATH="$HOME/bin:"{{ global_bin }}":"{{ shared_rc_bin }}":$PATH"
|
export_path_additions: export PATH="$HOME/bin:"{{ global_bin }}":"{{ shared_rc_bin }}":$PATH"
|
||||||
#export_terminal: export TERMINAL="alacritty" # colors look weird.
|
#export_terminal: export TERMINAL="alacritty" # colors look weird.
|
||||||
export_terminal: export TERMINAL="kitty"
|
export_terminal: export TERMINAL="kitty"
|
||||||
|
keyboard_settings: setxkbmap -layout us -variant altgr-intl
|
||||||
|
|
||||||
- name: General | Account Management | Users | Files | RC Variables
|
- name: General | Account Management | Users | Files | RC Variables
|
||||||
set_fact:
|
set_fact:
|
||||||
@@ -1121,6 +1122,7 @@
|
|||||||
profile_common: |
|
profile_common: |
|
||||||
{{ export_path_additions }}
|
{{ export_path_additions }}
|
||||||
{{ export_terminal }}
|
{{ export_terminal }}
|
||||||
|
{{ keyboard_settings }}
|
||||||
rc_common: |
|
rc_common: |
|
||||||
# Fixes "command not found" when using aliases within functions.
|
# Fixes "command not found" when using aliases within functions.
|
||||||
shopt -s expand_aliases
|
shopt -s expand_aliases
|
||||||
|
|||||||
Reference in New Issue
Block a user