]> git.madduck.net Git - etc/awesome.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

use urxvtc for now, not x-terminal-emulator (#481123)
authormartin f. krafft <madduck@madduck.net>
Sat, 7 Nov 2009 13:17:27 +0000 (14:17 +0100)
committermartin f. krafft <madduck@madduck.net>
Sat, 7 Nov 2009 13:17:27 +0000 (14:17 +0100)
.config/awesome/rc.lua

index 0d32ad3d786052e6e67d639f208e0dd4dba60a72..713077fbebe94cecb252d0e35ede0c6595dc04d1 100644 (file)
@@ -23,7 +23,7 @@ theme_path = "/usr/share/awesome/themes/default/theme.lua"
 beautiful.init(theme_path)
 
 -- This is used later as the default terminal and editor to run.
 beautiful.init(theme_path)
 
 -- This is used later as the default terminal and editor to run.
-terminal = "x-terminal-emulator"
+terminal = "urxvtc"
 editor = os.getenv("EDITOR") or "editor"
 editor_cmd = terminal .. " -e " .. editor
 
 editor = os.getenv("EDITOR") or "editor"
 editor_cmd = terminal .. " -e " .. editor