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', '')
|
||||
|
||||
-- Remaining modules
|
||||
loadrc("xrun")
|
||||
loadrc("appearance")
|
||||
loadrc("start")
|
||||
loadrc("bindings")
|
||||
loadrc("wallpaper")
|
||||
loadrc("tags")
|
||||
loadrc("widgets")
|
||||
loadrc("xlock")
|
||||
loadrc("signals")
|
||||
loadrc("rules")
|
||||
loadrc("quake")
|
||||
loadrc("xrun") -- xrun function
|
||||
loadrc("appearance") -- theme and appearance settings
|
||||
loadrc("start") -- programs to run on start
|
||||
loadrc("bindings") -- keybindings
|
||||
loadrc("wallpaper") -- wallpaper settings
|
||||
loadrc("tags") -- tags handling
|
||||
loadrc("widgets") -- widgets configuration
|
||||
loadrc("xlock") -- lock screen
|
||||
loadrc("signals") -- window manager behaviour
|
||||
loadrc("rules") -- window rules
|
||||
loadrc("quake") -- quake console
|
||||
|
||||
root.keys(config.keys.global)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue