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

44 lines
878 B
YAML
Raw Normal View History

2018-11-17 22:57:33 +01:00
---
user: l3d
2018-11-18 00:08:50 +01:00
admins:
- l3d
2018-11-17 22:57:33 +01:00
i3_packages_extra:
- ranger
i3_keybindings_extra:
- keybinding:
name: Volume (mute/unmute)
key: $mod+F12
exec: --no-startup-id amixer sset Master toggle
- keybinding:
name: Volue (default)
key: $mod+Shift+F12
exec: --no-startup-id amixer sset Master 40%
i3_applications:
- application:
class: "Firefox"
name: "firefox"
workspace: 2
on_startup: true
- application:
class: "Thunderbird"
name: "thunderbird"
workspace: 9
on_startup: true
i3:
font_size: 12
focus_follows_mouse: true
i3_desktop_env:
background: "/home/{{ user }}/.config/background.png"
2018-11-18 00:58:15 +01:00
i3lock_options: "i3lock --image=/home/{{ user }}/.config/lockscreen.png"
2018-11-22 22:10:54 +01:00
# optional .bashrc commands
bash:
bashrc: "if [ ! -f /tmp/autostart ]; then\n /opt/start.sh \n# ssh-add ~/.ssh/id_ed25519\nelse\n ddate;fi\n"
2018-11-17 22:57:33 +01:00