Loading .config/awesome/rc.lua +5 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,11 @@ end -- {{{ Variable definitions -- Themes define colours, icons, font and wallpapers. if nil ~= gears.filesystem then beautiful.init(gears.filesystem.get_themes_dir() .. "default/theme.lua") else beautiful.init(awful.util.get_themes_dir() .. "default/theme.lua") end -- This is used later as the default terminal and editor to run. terminal = "xterm" Loading Loading
.config/awesome/rc.lua +5 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,11 @@ end -- {{{ Variable definitions -- Themes define colours, icons, font and wallpapers. if nil ~= gears.filesystem then beautiful.init(gears.filesystem.get_themes_dir() .. "default/theme.lua") else beautiful.init(awful.util.get_themes_dir() .. "default/theme.lua") end -- This is used later as the default terminal and editor to run. terminal = "xterm" Loading