From 751b7d496344e69354eb3052feb407c5fe8912e7 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Wed, 19 Jul 2023 16:10:57 +0200 Subject: [PATCH] setting the correction keymap using localectl --- playbook.yml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/playbook.yml b/playbook.yml index 0e9d93c..f1e1839 100644 --- a/playbook.yml +++ b/playbook.yml @@ -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