Skip to content

Commit

Permalink
parametros terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Silva committed Oct 18, 2011
1 parent 6e0aeec commit 5c2be77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/ubuntu/awesome/rc.lua
Expand Up @@ -47,7 +47,7 @@ awful.hooks.timer.register(10, function() memoryinfo.text = activeram() end)
awful.hooks.timer.register(10, function() cpuinfo.text = activecpu() end)

-- This is used later as the default terminal and editor to run.
terminal = "x-terminal-emulator"
terminal = "x-terminal-emulator -rv -ls -sl 10000"
editor = "gvim"
editor_cmd = terminal .. " -e " .. editor

Expand Down

0 comments on commit 5c2be77

Please sign in to comment.