2022-06-27 16:26:33 -04:00
|
|
|
# This configuration has been modified. Mostly global config is in this config, everything else
|
|
|
|
# is in conf.d
|
2022-06-27 16:54:43 -04:00
|
|
|
|
|
|
|
#Set the $mod key to super/meta/"windows key"
|
2022-06-17 16:24:10 -04:00
|
|
|
set $mod Mod4
|
2022-06-27 16:54:43 -04:00
|
|
|
#Set $alt to the alt key
|
2022-06-17 16:24:10 -04:00
|
|
|
set $alt Mod1
|
|
|
|
|
2022-09-09 14:23:14 -04:00
|
|
|
font pango:Noto Sans 9
|
2022-06-21 23:27:08 -04:00
|
|
|
hide_edge_borders smart
|
2022-06-17 16:24:10 -04:00
|
|
|
|
2022-06-27 17:03:18 -04:00
|
|
|
set $refresh_i3status killall -SIGUSR1 i3status
|
|
|
|
|
|
|
|
# Use Mouse+$mod to drag floating windows to their wanted position
|
|
|
|
floating_modifier $mod
|
|
|
|
|
2022-06-17 16:24:10 -04:00
|
|
|
# This font is widely installed, provides lots of unicode glyphs, right-to-left
|
|
|
|
# text rendering and scalability on retina/hidpi displays (thanks to pango).
|
|
|
|
#font pango:DejaVu Sans Mono 8
|
|
|
|
|
2022-06-27 23:39:05 -04:00
|
|
|
# Include default workspace variables
|
|
|
|
include workspaces.conf
|
2022-06-17 16:24:10 -04:00
|
|
|
|
2022-06-27 23:39:05 -04:00
|
|
|
# Include the initial exec commands
|
2022-06-28 09:27:30 -04:00
|
|
|
include autostart.conf
|
2022-06-17 16:24:10 -04:00
|
|
|
|
|
|
|
|
2022-06-27 16:54:43 -04:00
|
|
|
# Pull the rest of config from .conf files in conf.d
|
2022-06-17 16:24:10 -04:00
|
|
|
include conf.d/*.conf
|