Skip to content

Commit

Permalink
Use ranger
Browse files Browse the repository at this point in the history
  • Loading branch information
rainux committed Oct 27, 2011
1 parent b8232a3 commit fedfcc2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions rc.lua
Expand Up @@ -58,7 +58,7 @@ tags = {
names = { 'main', 'www', 'www', 'terminal', 'im', 'files', 'nana', 'download', 9, 'dict' },
layouts = {
layouts[2], layouts[4], layouts[4], layouts[4], layouts[1],
layouts[1], layouts[4], layouts[4], layouts[4], layouts[4]
layouts[4], layouts[4], layouts[4], layouts[4], layouts[4]
}
}
for s = 1, screen.count() do
Expand Down Expand Up @@ -504,6 +504,9 @@ awful.rules.rules = {
{ rule = { class = 'Gnome-terminal' },
properties = { tag = tags[1][4] } },

{ rule = { class = 'Ranger' },
properties = { tag = tags[1][6] } },

{ rule = { class = 'jd-Main', instance = 'sun-awt-X11-XFramePeer' },
properties = { tag = tags[1][8] } },

Expand Down Expand Up @@ -567,7 +570,7 @@ end)


-- util.run_once('gnome-settings-daemon')
util.run_once('xcompmgr', 'xcompmgr -c -f -F')
util.run_once('xcompmgr', 'xcompmgr -c -F')
util.run_once('ibus-daemon', 'ibus-daemon --xim')
util.run_once('dropbox', 'dropboxd')
-- util.run_once('nm-applet')
Expand Down
2 changes: 1 addition & 1 deletion ror.lua
Expand Up @@ -2,7 +2,7 @@ module('ror')

table5 = {
['w'] = {'google-chrome', 'Google-chrome'},
['g'] = {'google-chrome --app="http://mail.google.com/mail/"', 'Gmail', true},
['g'] = {'gnome-terminal --hide-menubar --disable-factory --class Ranger -t Ranger -e ranger', 'Ranger'},
['c'] = {'chromium', 'Chromium'},
['i'] = {'firefox', 'Firefox'},
['t'] = {'wine D:/WinTools/TotalCmd/TotalCmd.exe', 'Wine'},
Expand Down

0 comments on commit fedfcc2

Please sign in to comment.