This commit is contained in:
Barak Michener 2013-04-22 02:36:49 -04:00
parent e1dd7729b1
commit fd74be84aa

View file

@ -37,6 +37,10 @@ end
-- Themes define colours, icons, and wallpapers
beautiful.init("/usr/share/awesome/themes/default/theme.lua")
beautiful.border_width = "2"
beautiful.border_normal = "#222222"
beautiful.border_focus = "#00bfff"
beautiful.font = "sans 12"
naughty.config.default_preset.font = "Inconsolata 14"
-- This is used later as the default terminal and editor to run.
terminal = "gnome-terminal"