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_terminal: export TERMINAL="alacritty" # colors look weird.
|
||||
export_terminal: export TERMINAL="kitty"
|
||||
keyboard_settings: setxkbmap -layout us -variant altgr-intl
|
||||
|
||||
- name: General | Account Management | Users | Files | RC Variables
|
||||
set_fact:
|
||||
@@ -1121,6 +1122,7 @@
|
||||
profile_common: |
|
||||
{{ export_path_additions }}
|
||||
{{ export_terminal }}
|
||||
{{ keyboard_settings }}
|
||||
rc_common: |
|
||||
# Fixes "command not found" when using aliases within functions.
|
||||
shopt -s expand_aliases
|
||||
|
||||
Reference in New Issue
Block a user