19 lines
376 B
Plaintext
19 lines
376 B
Plaintext
# - Settings
|
|
set $mod Mod4
|
|
font pango:Ubuntu 9
|
|
gaps inner 4px
|
|
gaps outer 2px
|
|
|
|
# Drag with modifier
|
|
floating_modifier $mod
|
|
# ...or with titlebar
|
|
tiling_drag modifier titlebar
|
|
|
|
|
|
# Start XDG autostart .desktop files using dex. See also
|
|
# https://wiki.archlinux.org/index.php/XDG_Autostart
|
|
exec --no-startup-id dex --autostart --environment i3
|
|
|
|
include ./keybinds
|
|
include ./theme
|