Signed-off-by: Pierre Habouzit <madcoder@debian.org>
terminal = "urxvtcd"
lock = 'xscreensaver-command -lock'
+lock = 'gnome-screensaver-command --lock'
beautiful.init(awful.util.getdir("config").."/theme")
-- {{{ Modkeys
if mypromptbox.widget.text then
mypromptbox.widget.text = ""
else
- mypromptbox.widget.text = "Class: " .. c.class .. " Instance: ".. c.instance
+ mypromptbox.widget.text = "Class: " .. c.class .. " Instance: ".. c.instance .. " Name: " .. c.name
end
end),
_chose_locale
-if test -z "$TERMINFO"; then
- export TERMINFO=$HOME/.config/terminfo
- export TERM=$TERM
-fi
-
if test -d ~/dev/scm/git; then
export GIT_EXEC_PATH=~/dev/scm/git
export PATH=~/dev/scm/git:${PATH}