Add special configuration for hosts

This commit is contained in:
Yorick Barbanneau 2023-03-07 20:48:27 +01:00
parent c614652081
commit c1bb8e859c
4 changed files with 7 additions and 8 deletions

View file

@ -1,9 +1,5 @@
--- ---
sway_inputs: sway_inputs:
- name: '1:1:AT_Translated_Set_2_keyboard'
options:
- option: 'xkb_layout'
value: 'gpdwinmax'
- name: '1003:8258:MNT_Reform_Keyboard' - name: '1003:8258:MNT_Reform_Keyboard'
options: options:
- option: 'xkb_layout' - option: 'xkb_layout'

View file

@ -1,10 +1,9 @@
--- ---
kanshi_profiles: kanshi_profiles:
- profile: 'home' - profile: laptop_only
screens: screens:
- id: 'eDP-1' - id: 'eDP-1'
status: enable status: enable
- profile: 'home' - profile: 'home'
screens: screens:
- id: 'eDP-1' - id: 'eDP-1'

View file

@ -1,2 +0,0 @@
---
test: this is morty

6
vars/morty/morty.yml Normal file
View file

@ -0,0 +1,6 @@
---
local_sway_inputs:
- name: '1:1:AT_Translated_Set_2_keyboard'
options:
- option: 'xkb_layout'
value: 'gpdwinmax'