bash env, only run the keymap command if the X session is set.
This commit is contained in:
@@ -129,7 +129,10 @@
|
|||||||
#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"
|
||||||
export_browser: export BROWSER="`which firefox || which firefox-esr || which firefox-flatpak`"
|
export_browser: export BROWSER="`which firefox || which firefox-esr || which firefox-flatpak`"
|
||||||
keyboard_settings: setxkbmap -layout us -variant altgr-intl
|
keyboard_settings: |
|
||||||
|
if [[ -n "$XDG_SESSION_ID" ]]; then
|
||||||
|
setxkbmap -layout us -variant altgr-intl
|
||||||
|
fi
|
||||||
|
|
||||||
- name: General | Account Management | Users | Files | RC Variables
|
- name: General | Account Management | Users | Files | RC Variables
|
||||||
set_fact:
|
set_fact:
|
||||||
|
|||||||
Reference in New Issue
Block a user