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
connection: local
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)
become: true
pacman:
@@ -150,10 +156,10 @@
pacman:
name: rbw
state: present
- name: Install Rofi Bitwarden (Bitwarden client for Rofi)
become: true
pip:
name: rofi-rbw
# - name: Install Rofi Bitwarden (Bitwarden client for Rofi)
# become: true
# pip:
# name: rofi-rbw
- name: Setup Rofi
synchronize:
src: rofi