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

104 lines
1.9 KiB
YAML
Raw Normal View History

2018-11-17 22:57:33 +01:00
---
# flobal user config:
2018-11-17 22:57:33 +01:00
user: l3d
users:
l3d:
2019-03-15 22:18:51 +01:00
- l3d@backup.l3d.yt
- l3d@derpy.l3d.yt
- l3d@mobile.l3d.yt
- l3d@pinkie.l3d.yt
2019-04-07 18:33:12 +02:00
- l3d@business.wingcon.com
2019-03-15 22:18:51 +01:00
2018-11-18 00:08:50 +01:00
admins:
- l3d
2018-11-17 22:57:33 +01:00
2019-03-15 22:18:51 +01:00
accounts:
- l3d
2019-03-15 22:18:51 +01:00
ssh_public_key_store: 'admin_ssh_keys'
home_sweet_home: false
# i3wm config:
2018-11-17 22:57:33 +01:00
i3_packages_extra:
- ranger
- light
2019-02-21 11:53:31 +01:00
- pass
2019-02-23 18:51:11 +01:00
- gnome
- asciinema
- mtr
2019-02-24 23:05:14 +01:00
- evince
- libreoffice
2019-02-24 23:09:13 +01:00
- speedtest-cli
2018-11-17 22:57:33 +01:00
i3_keybindings_extra:
- keybinding:
name: Volume (mute/unmute)
key: $mod+F12
exec: --no-startup-id pulsemixer --toggle-mute
2018-11-17 22:57:33 +01:00
- keybinding:
name: Volue (default)
key: $mod+Shift+F12
exec: --no-startup-id pulsemixer --set-volume 42
- keybinding:
name: volume-up
key: XF86AudioRaiseVolume
exec: --no-startup-id pulsemixer --change-volume +4
- keybinding:
name: volume-down
key: XF86AudioLowerVolume
exec: --no-startup-id pulsemixer --change-volume -5
- keybinding:
name: darker
key: XF86AudioMute
exec: --no-startup-id pulsemixer --toggle-mute
- keybinding:
name: darker
key: XF86MonBrightnessDown
exec: --no-startup-id light -U 12
2018-12-09 00:15:03 +01:00
- keybinding:
name: lighter
key: XF86MonBrightnessUp
exec: --no-startup-id light -A 9
2018-11-17 22:57:33 +01:00
i3_applications:
- application:
class: "Firefox"
name: "firefox"
workspace: 2
on_startup: true
- application:
class: "Thunderbird"
name: "thunderbird"
workspace: 9
on_startup: true
2019-02-21 11:53:31 +01:00
i3_run_on_startup:
- nextcloud
2019-02-23 18:51:11 +01:00
- sudo nm-applet
2019-02-21 11:53:31 +01:00
2018-11-17 22:57:33 +01:00
i3:
2019-02-21 11:53:31 +01:00
font_size: 11
2018-11-17 22:57:33 +01:00
focus_follows_mouse: true
i3_desktop_env:
background: "/home/{{ user }}/.config/background.png"
2019-03-15 22:18:51 +01:00
i3lock_options: "i3lock --image=/home/{{ user }}/.config/lockscreen.png --color 000000"
2018-12-09 00:15:03 +01:00
2019-02-18 22:15:36 +01:00
# Firefox config
2019-02-21 17:10:55 +01:00
username: "{{ user }}"
2019-02-18 22:15:36 +01:00
search_engines:
- google
- duckduckgo
- invidious
- searx
- qwant
2019-04-06 23:25:11 +02:00
addon_list_extra:
2019-02-21 17:10:55 +01:00
- name: passff
2019-04-06 23:25:11 +02:00
directory: "passff@invicem.pro.xpi"