Changeset 5e8a64f1ad9c1b57e353a30fff6392e66e1bf677
- Timestamp:
- 09/28/11 21:49:57 (8 months ago)
- Children:
- bb8bf0937deed00f481265c6632518bd3837b82a
- Parents:
- 5a26cd79d820f0f17613b4556127836ff6cb0c2d
- git-committer:
- Luper Rouch <luper.rouch@…> (09/28/11 21:49:57)
- Location:
- various/config/awesome
- Files:
-
- 1 added
- 2 edited
-
rc-bill.lua (modified) (6 diffs)
-
themes/zenburn/icons/eclipse.png (added)
-
themes/zenburn/theme.lua (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
various/config/awesome/rc-bill.lua
rcedc35b r5e8a64f 80 80 shifty.config.apps = { 81 81 { match = { "Gvim" }, tag = "dev" }, 82 { match = { "Eclipse" }, tag = "dev" }, 82 83 { match = { "MPlayer" }, float = true }, 83 84 { match = { "xchat", "irssi" }, tag = "chat" }, … … 96 97 { match = { "qjackctl.bin" }, tag = "jack" }, 97 98 { match = { "NX" }, tag = "nx" }, 99 { match = { "Spotify" }, tag = "web" }, 98 100 99 101 { match = { "" }, buttons = awful.util.table.join( … … 141 143 chromiumlauncher = quicklauncher(beautiful.app_chromium, "chromium-browser") 142 144 browserlauncher = quicklauncher(beautiful.app_browser, "nautilus") 145 eclipselauncher = quicklauncher(beautiful.app_eclipse, "/home/flupke/apps/eclipse/eclipse") 143 146 -- }}} 144 147 … … 287 290 chromiumlauncher, 288 291 browserlauncher, 292 eclipselauncher, 289 293 myseparator, 290 294 mytaglist[s], … … 455 459 { rule = { class = "MPlayer" }, 456 460 properties = { floating = true } }, 461 { rule = { class = "VLC" }, 462 properties = { floating = true } }, 457 463 { rule = { class = "pinentry" }, 458 464 properties = { floating = true } }, … … 495 501 -- run_once("chromium-browser") 496 502 run_once("clementine") 497 -- }}} 503 run_once("spotify") 504 run_once("xinput", "set-button-map 'Evoluent VerticalMouse 4' 1 2 3 4 5 6 7 9 10 8 11 12 13 14") 505 run_once("skype") 506 run_once("dropbox", "start") 507 -- }}} -
various/config/awesome/themes/zenburn/theme.lua
r83e11a5 r5e8a64f 143 143 theme.app_chromium = prefix .. "icons/chromium-browser.png" 144 144 theme.app_browser = prefix .. "icons/user-home.png" 145 theme.app_eclipse = prefix .. "icons/eclipse.png" 145 146 -- }}} 146 147
Note: See TracChangeset
for help on using the changeset viewer.
