mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-27 03:58:51 +02:00
rc: comment various RC files to be loaded
This commit is contained in:
parent
f63c7d870f
commit
02a9de0a5f
1 changed files with 11 additions and 11 deletions
22
rc.lua
22
rc.lua
|
@ -52,16 +52,16 @@ config.tags = {
|
||||||
config.hostname = awful.util.pread('uname -n'):gsub('\n', '')
|
config.hostname = awful.util.pread('uname -n'):gsub('\n', '')
|
||||||
|
|
||||||
-- Remaining modules
|
-- Remaining modules
|
||||||
loadrc("xrun")
|
loadrc("xrun") -- xrun function
|
||||||
loadrc("appearance")
|
loadrc("appearance") -- theme and appearance settings
|
||||||
loadrc("start")
|
loadrc("start") -- programs to run on start
|
||||||
loadrc("bindings")
|
loadrc("bindings") -- keybindings
|
||||||
loadrc("wallpaper")
|
loadrc("wallpaper") -- wallpaper settings
|
||||||
loadrc("tags")
|
loadrc("tags") -- tags handling
|
||||||
loadrc("widgets")
|
loadrc("widgets") -- widgets configuration
|
||||||
loadrc("xlock")
|
loadrc("xlock") -- lock screen
|
||||||
loadrc("signals")
|
loadrc("signals") -- window manager behaviour
|
||||||
loadrc("rules")
|
loadrc("rules") -- window rules
|
||||||
loadrc("quake")
|
loadrc("quake") -- quake console
|
||||||
|
|
||||||
root.keys(config.keys.global)
|
root.keys(config.keys.global)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue