2017-12-31 00:56:01 +01:00
|
|
|
---
|
2019-05-29 11:00:13 +02:00
|
|
|
# Here are the variables you may want to change
|
|
|
|
# to configure i3wm
|
2017-12-31 00:56:01 +01:00
|
|
|
i3_keybindings_extra: []
|
|
|
|
# - keybinding:
|
|
|
|
# name: example
|
|
|
|
# key: $mod+Shift+F10
|
|
|
|
# exec: --no-startup-id touch /tmp/example.txt
|
2020-10-14 13:18:44 +02:00
|
|
|
|
2017-12-31 00:56:01 +01:00
|
|
|
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
|
2020-10-14 13:18:44 +02:00
|
|
|
|
2017-12-31 00:56:01 +01:00
|
|
|
i3_applications: []
|
|
|
|
# - application:
|
|
|
|
# class: "Firefox"
|
|
|
|
# name: "firefox"
|
|
|
|
# workspace: 1 # bind application to a specific workspace
|
|
|
|
# on_startup: false
|
2020-10-14 13:18:44 +02:00
|
|
|
|
2019-02-20 21:02:06 +01:00
|
|
|
i3_run_on_startup: []
|
|
|
|
# - foo
|
|
|
|
# - bar
|
2020-10-14 13:18:44 +02:00
|
|
|
|
|
|
|
# which user are we?
|
|
|
|
i3wm_user: "{{ ansible_user_id }}"
|
|
|
|
|
2019-04-24 10:48:22 +02:00
|
|
|
## set default font size
|
2019-06-11 09:19:11 +02:00
|
|
|
i3_font_size: 9
|
|
|
|
i3_focus_follows_mouse: true
|
2020-10-14 13:18:44 +02:00
|
|
|
|
2019-04-24 10:48:22 +02:00
|
|
|
# set i3lock options
|
2019-06-10 21:56:11 +02:00
|
|
|
i3lock_options: "i3lock --image=/home/{{ i3wm_user }}/.config/lockscreen.png --color 000000"
|
2020-10-14 13:18:44 +02:00
|
|
|
|
2019-04-24 10:48:22 +02:00
|
|
|
# use fancy background
|
2019-06-11 09:19:11 +02:00
|
|
|
i3_desktop_background: "/home/{{ i3wm_user }}/.config/background.png"
|
2020-10-14 13:18:44 +02:00
|
|
|
|
|
|
|
i3_terminal: "terminator"
|
|
|
|
|
2019-04-24 10:48:22 +02:00
|
|
|
# install additional packages
|
2018-11-21 09:35:41 +01:00
|
|
|
i3_packages_extra:
|
|
|
|
- ranger
|
2019-06-10 21:56:11 +02:00
|
|
|
|
|
|
|
i3wm_copy_wallpapers: true
|
2019-06-24 14:46:40 +02:00
|
|
|
|
|
|
|
disable_screensaver: true
|
2019-06-24 15:33:51 +02:00
|
|
|
enable_lock_after_time: false
|
2021-02-26 17:31:17 +01:00
|
|
|
lock_after_time: '200' # minutes to wait until your screen is locked
|
2020-10-14 13:18:44 +02:00
|
|
|
|
|
|
|
# version check for this role?
|
|
|
|
submodules_versioncheck: true
|