diff --git a/group_vars/all/input.yml b/group_vars/all/input.yml index 1ba7b32..39c7f5b 100644 --- a/group_vars/all/input.yml +++ b/group_vars/all/input.yml @@ -1,9 +1,5 @@ --- sway_inputs: - - name: '1:1:AT_Translated_Set_2_keyboard' - options: - - option: 'xkb_layout' - value: 'gpdwinmax' - name: '1003:8258:MNT_Reform_Keyboard' options: - option: 'xkb_layout' diff --git a/group_vars/all/kanshi.yml b/group_vars/all/kanshi.yml index 7f0174e..819f34c 100644 --- a/group_vars/all/kanshi.yml +++ b/group_vars/all/kanshi.yml @@ -1,10 +1,9 @@ --- kanshi_profiles: - - profile: 'home' + - profile: laptop_only screens: - id: 'eDP-1' status: enable - - profile: 'home' screens: - id: 'eDP-1' diff --git a/host_vars/morty.yml b/host_vars/morty.yml deleted file mode 100644 index 8f98031..0000000 --- a/host_vars/morty.yml +++ /dev/null @@ -1,2 +0,0 @@ ---- -test: this is morty diff --git a/vars/morty/morty.yml b/vars/morty/morty.yml new file mode 100644 index 0000000..e95f9c9 --- /dev/null +++ b/vars/morty/morty.yml @@ -0,0 +1,6 @@ +--- +local_sway_inputs: + - name: '1:1:AT_Translated_Set_2_keyboard' + options: + - option: 'xkb_layout' + value: 'gpdwinmax'