# Initialization file # # This file only loads others to improve readability of settings # # File organization # # legend: # -name : folder # -name : sub-folder # name : file # (name) : comment # # -config.d # (contains all configuration files) # -display # (ui and graphical settings) # background.conf # (background configuration) # bar.conf # (swaybar configuration) # general_display.conf # (set general display settings like colors) # init.conf # (load other files) # -general # (settings not in other category) # general.conf # (general settings) # init.conf # (load other files) # -hardware # (hardware settings) # init.conf # (load other files) # -input # (input settings) # init.conf # (load other files) # keyboard.conf # (keyboard configuration) # touchpad.conf # (touchpad configuration) # -mapping # (key mapping settings) # general_mapping.conf # (set general mapping, which are used in other shortcut) # init.conf # (load other files) # launch.conf # (set shortcut to start activity) # layout.conf # (set shortcut related to layout) # movement.conf # (set shortcut to move) # scratchpad.conf # (set shortcut related to scratchpad) # workspace.conf # (set shortcut related to workspace) # -modes # (mode configuration) # init.conf # (load other files) # loader.conf # (install and load modes and modes settings) # -{name of a mode} # ({name of a mode} settings) # init.conf # (load other files) # -plugins # (plugins settings) # init.conf # (load other files) # loader.conf # (install and load plugins and plugins settings) # -{name of a plugin} # ({name of a plugin} settings) # init.conf # (load other files) # -tools # (tools setting) # loader.conf # (load tools settings) # init.conf # (load other files) # -{name of a tool} # ({name of a tool} settings) # init.conf # (load other files) include config.d/hardware/init.conf include config.d/tools/init.conf include config.d/display/init.conf include config.d/mapping/init.conf include config.d/general/init.conf include config.d/plugins/init.conf include config.d/modes/init.conf