2017-12-31 00:56:01 +01:00
|
|
|
---
|
|
|
|
- hosts: all
|
2019-04-24 14:49:17 +02:00
|
|
|
i3wm_user: vagrant
|
2017-12-31 00:56:01 +01:00
|
|
|
|
|
|
|
vars:
|
|
|
|
|
|
|
|
desktop_env:
|
|
|
|
background: "~/Bilder/bg/background.jpg"
|
|
|
|
|
|
|
|
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_monitors:
|
|
|
|
- monitor:
|
|
|
|
id: 1
|
|
|
|
output: "VGA-1"
|
|
|
|
mode: "1920x1080"
|
|
|
|
pos: "0x0"
|
|
|
|
rotate: "normal"
|
|
|
|
workspaces: [1, 2, 3, 4, 5, 6]
|
|
|
|
- monitor:
|
|
|
|
id: 2
|
|
|
|
output: "HDMI-1"
|
|
|
|
mode: "1920x1080"
|
|
|
|
pos: "1920x0"
|
|
|
|
rotate: "normal"
|
|
|
|
workspaces: [7, 8, 9, 0]
|
|
|
|
|
|
|
|
i3_applications:
|
|
|
|
- application:
|
|
|
|
class: "Firefox"
|
|
|
|
name: "firefox"
|
|
|
|
workspace: 1
|
|
|
|
on_startup: false
|
|
|
|
- application:
|
|
|
|
class: "Code"
|
|
|
|
name: "code"
|
|
|
|
workspace: 7
|
|
|
|
on_startup: true
|
|
|
|
|
|
|
|
roles:
|
|
|
|
- i3
|