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
2018-12-09 00:15:03 +01:00

53 lines
1.3 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
user: l3d
admins:
- l3d
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%
- keybinding:
name: darker
key: XF86MonBrightnessDown
exec: --no-startup-id light -U 12
- keybinding:
name: lighter
key: XF86MonBrightnessUp
exec: --no-startup-id light -A 9
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"
i3lock_options: "i3lock --image=/home/{{ user }}/.config/lockscreen.png"
# optional .bashrc commands
bash:
bashrc: "alias pwgen=\"/usr/bin/pwgen --num-passwords=2000 --numerals --capitalize --secure --no-vowels --symbols 66 | grep -v '0' | grep -v 'o' | grep -v 'O' | grep -v 'r' | grep -v 'v' | grep -v 'I' | grep -v 'l' | grep -v 'y' | grep -v 'z' | grep -v '1' | grep -v '#' | grep -v '%' | grep -v '`' | grep -v '´' | grep -v '@' | tail -1\"\n"