1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_linux_desktop_setup.git synced 2024-09-14 19:54:51 +02:00

Merge pull request #66 from DO1JLR/i3wm

Improve swaywm config
This commit is contained in:
L3D 2024-09-13 22:34:25 +02:00 committed by GitHub
commit f697b2c160
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 19 additions and 2 deletions

@ -1 +1 @@
Subproject commit 96d5e6e50e972ae1bfc61cf1fb71c0738230c213
Subproject commit 40f1ab31f5b8cee640c42318fbda7ff5cc0b8e86

@ -1 +1 @@
Subproject commit d10f1c8a5d2e98066facbe6b4bb6153f1c23ff07
Subproject commit 13530844022738d6004cd2412f8ee93f1321d1af

View file

@ -39,6 +39,15 @@ l3d_users__dotfiles__additional_user_bashrc_lines:
# define dir for ssh keys
ssh_public_key_store: 'admin_ssh_keys'
# Collection l3d.wm
## l3d.wm.sway
sway__user_list:
- user: "l3d"
home: "/home/l3d"
sway__term: 'terminator'
# # l3d.wm.i3
i3_keybindings_extra:
- keybinding:
name: Volume (mute/unmute)

View file

@ -22,3 +22,11 @@ packages__install_extra_packages:
- virt-manager
# gopass dir
gopass_prefix: 'private/'
# Collection l3d.wm
## l3d.wm.sway
sway__user_list:
- user: "l3d"
home: "/home/l3d"
- user: 'lilian'
home: '/home/lilian'