# i3 config file # theme

# look - nord colorscheme ##############################################
# Font for window titles. Will also be used by the bar unless a
# different font is used in the bar {} block below.
font pango:Hack 9
# no titlebar
default_border pixel 1
# free client border
default_floating_border pixel 3
# hide borders when one client
hide_edge_borders smart
# default container layout
workspace_layout tabbed
# colors
# class                 border  bground text    indicator child_border
client.focused          #4C7899 #5E81AC #D8DEE9 #5E81AC   #285577
client.focused_inactive #4C566A #5F676A #D8DEE9 #484E50   #4C566A
client.unfocused        #4C566A #2E3440 #888888 #292D2E   #4C566A
client.urgent           #4C566A #BF616A #D8DEE9 #BF616A   #BF616A
client.placeholder      #4C566A #2E3440 #D8DEE9 #2E3440   #4C566A
client.background       #D8DEE9

# auto hide mouse cursor
exec --no-startup-id "unclutter-xfixes --timeout 1 --jitter 1 --ignore-buttons 4,5,6,7 --hide-on-touch --start-hidden"
# random wall
exec_always --no-startup-id "feh --bg-fill -z /usr/share/backgrounds"
# restore wall
#exec_always --no-startup-id "~/.fehbg"
# default wall
#exec_always --no-startup-id "feh --bg-fill /usr/share/backgrounds/nakedeb.jpg"
# solid color as wall
#exec --no-startup-id "xsetroot -solid '#000000'"

# Inner gaps for all windows: space between two adjacent windows (or split containers).
gaps inner 5

# Outer gaps for all windows: space along the screen edges.
gaps outer 0

# Inner and outer gaps for all windows on a specific workspace.
# <ws> can be a workspace number or name.
#workspace <ws> gaps inner <gap_size>[px]
#workspace <ws> gaps outer|horizontal|vertical|top|left|bottom|right <gap_size>[px]

# Enabling “Smart Gaps” means no gaps will be shown when there is
# precisely one window or split container on the workspace.
# inverse_outer only enables outer gaps when there is exactly one
# window or split container on the workspace.
#smart_gaps on|off|inverse_outer
smart_gaps on
