now sets screen resolution

This commit is contained in:
Philip (a-0) 2022-07-28 22:43:49 +02:00
parent 402eedfa2f
commit b3d5aaba55
2 changed files with 4 additions and 1 deletions

View file

@ -2,3 +2,5 @@
- name: Set keyboard layout
command: "setxkbmap -layout {{ desired_keyboard_layout }}"
- name: Set screen resolution
command: "xrandr -s {{ desired_screen_resolution }}"