Changeset 5e8a64f1ad9c1b57e353a30fff6392e66e1bf677


Ignore:
Timestamp:
09/28/11 21:49:57 (8 months ago)
Author:
Luper Rouch <luper.rouch@…>
Children:
bb8bf0937deed00f481265c6632518bd3837b82a
Parents:
5a26cd79d820f0f17613b4556127836ff6cb0c2d
git-committer:
Luper Rouch <luper.rouch@…> (09/28/11 21:49:57)
Message:

awesome config update

Location:
various/config/awesome
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • various/config/awesome/rc-bill.lua

    rcedc35b r5e8a64f  
    8080shifty.config.apps = { 
    8181     { match = { "Gvim" }, tag = "dev" }, 
     82     { match = { "Eclipse" }, tag = "dev" }, 
    8283     { match = { "MPlayer" }, float = true }, 
    8384     { match = { "xchat", "irssi" }, tag = "chat" }, 
     
    9697     { match = { "qjackctl.bin" }, tag = "jack" }, 
    9798     { match = { "NX" }, tag = "nx" }, 
     99     { match = { "Spotify" }, tag = "web" }, 
    98100 
    99101     { match = { "" }, buttons = awful.util.table.join( 
     
    141143chromiumlauncher = quicklauncher(beautiful.app_chromium, "chromium-browser") 
    142144browserlauncher = quicklauncher(beautiful.app_browser, "nautilus") 
     145eclipselauncher = quicklauncher(beautiful.app_eclipse, "/home/flupke/apps/eclipse/eclipse") 
    143146-- }}} 
    144147 
     
    287290            chromiumlauncher, 
    288291            browserlauncher, 
     292            eclipselauncher, 
    289293            myseparator, 
    290294            mytaglist[s], 
     
    455459    { rule = { class = "MPlayer" }, 
    456460      properties = { floating = true } }, 
     461    { rule = { class = "VLC" }, 
     462      properties = { floating = true } }, 
    457463    { rule = { class = "pinentry" }, 
    458464      properties = { floating = true } }, 
     
    495501-- run_once("chromium-browser") 
    496502run_once("clementine") 
    497 -- }}} 
     503run_once("spotify") 
     504run_once("xinput", "set-button-map 'Evoluent VerticalMouse 4' 1 2 3 4 5 6 7 9 10 8 11 12 13 14") 
     505run_once("skype") 
     506run_once("dropbox", "start") 
     507-- }}} 
  • various/config/awesome/themes/zenburn/theme.lua

    r83e11a5 r5e8a64f  
    143143theme.app_chromium = prefix .. "icons/chromium-browser.png" 
    144144theme.app_browser = prefix .. "icons/user-home.png" 
     145theme.app_eclipse = prefix .. "icons/eclipse.png" 
    145146-- }}} 
    146147 
Note: See TracChangeset for help on using the changeset viewer.