mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 12:12:13 +02:00
setting the correction keymap using localectl
This commit is contained in:
+10
-4
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user