setting the correction keymap using localectl

This commit is contained in:
aminnairi
2023-07-19 16:10:57 +02:00
parent 61e224aebc
commit 751b7d4963
+10 -4
View File
@@ -3,6 +3,12 @@
hosts: localhost hosts: localhost
connection: local connection: local
tasks: tasks:
- name: Set the keyboard keymap
become: true
command: localectl set-keymap us
- name: Set the keyboard layout
become: true
command: localectl set-x11-keymap us pc105 euro --no-convert compose:ralt
- name: Install Pulsemixer (Pulseaudio Terminal UI) - name: Install Pulsemixer (Pulseaudio Terminal UI)
become: true become: true
pacman: pacman:
@@ -150,10 +156,10 @@
pacman: pacman:
name: rbw name: rbw
state: present state: present
- name: Install Rofi Bitwarden (Bitwarden client for Rofi) # - name: Install Rofi Bitwarden (Bitwarden client for Rofi)
become: true # become: true
pip: # pip:
name: rofi-rbw # name: rofi-rbw
- name: Setup Rofi - name: Setup Rofi
synchronize: synchronize:
src: rofi src: rofi