1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_i3wm.git synced 2024-08-16 10:09:53 +02:00
ansible_role_i3wm/defaults/main.yml
2018-11-17 23:55:54 +01:00

30 lines
609 B
YAML

---
i3_keybindings_extra: []
# - keybinding:
# name: example
# key: $mod+Shift+F10
# exec: --no-startup-id touch /tmp/example.txt
i3_monitors: [] # see: xrandr
# - monitor:
# id: 1
# output: "VGA-1"
# mode: "1920x1080"
# pos: "0x0"
# rotate: "normal"
# workspaces: [1,2,3,4,5,6,7,8,9,0] # bind workspace to a specific monitor
i3_applications: []
# - application:
# class: "Firefox"
# name: "firefox"
# workspace: 1 # bind application to a specific workspace
# on_startup: false
i3:
font_size: 9
focus_follows_mouse: true
i3lock_options: "--color 5eba5e"