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

Improve swaywm config

This commit is contained in:
L3D 2024-09-03 14:20:29 +02:00
parent 8bcaec311b
commit a06b94a312
Signed by: l3d
GPG key ID: CD08445BFF4313D1
4 changed files with 19 additions and 2 deletions

@ -1 +1 @@
Subproject commit 96d5e6e50e972ae1bfc61cf1fb71c0738230c213
Subproject commit ecc048bc12b5235247aecbc7c113029a4d3a517c

@ -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'