Changeset 4f7836ccd7d69c49b8e1576858d7ba84c0b871b7
- Timestamp:
- 12/13/11 10:23:22 (5 months ago)
- Children:
- b1cb49423ba2b9f3b245f320e9677aaeee96f9e3
- Parents:
- 3981b13d03c192281eebfa9c40d26809e52a3426
- git-committer:
- Luper Rouch <luper.rouch@…> (12/13/11 10:23:22)
- Location:
- various/config
- Files:
-
- 3 edited
-
awesome/rc-bill.lua (modified) (3 diffs)
-
vimrc-linux (modified) (1 diff)
-
zshrc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
various/config/awesome/rc-bill.lua
r9e4b6f0 r4f7836c 139 139 end 140 140 141 gvimlauncher = quicklauncher(beautiful.app_vim, "gvim ")141 gvimlauncher = quicklauncher(beautiful.app_vim, "gvim -f") 142 142 gcolor2launcher = quicklauncher(beautiful.app_gcolor2, "gcolor2") 143 143 firefoxlauncher = quicklauncher(beautiful.app_firefox, "firefox") … … 492 492 run_once("gnome-settings-daemon") 493 493 run_once("gnome-volume-control-applet") 494 run_once("gnome-sound-applet") 494 495 run_once("gnome-power-manager") 495 496 run_once("system-config-printer-applet") … … 503 504 run_once("clementine") 504 505 run_once("spotify") 505 run_once("xinput", "set-button-map 'Evoluent VerticalMouse 4' 1 2 3 4 5 6 7 9 10 8 11 12 13 14")506 -- run_once("xinput", "set-button-map 'Evoluent VerticalMouse 4' 1 2 3 4 5 6 7 9 10 8 11 12 13 14") 506 507 run_once("skype") 507 508 run_once("dropbox", "start") 508 -- }}} 509 run_once("google-musicmanager") 510 -- }}} -
various/config/vimrc-linux
r0887ffd r4f7836c 119 119 au FileType python set isk-=. 120 120 " Additional file extensions 121 au BufNewFile,BufRead *.wsgi set filetype=python 121 122 au BufNewFile,BufRead *.pxi set filetype=pyrex 122 123 au BufNewFile,BufRead *.pde set filetype=arduino -
various/config/zshrc
r1f80279 r4f7836c 63 63 alias f=finger 64 64 alias ll='ls -al' 65 alias ls='ls - G --color'65 alias ls='ls --color' 66 66 alias offlineimap-tty='offlineimap -u TTY.TTYUI' 67 67 alias hnb-partecs='hnb $HOME/partecs/partecs-hnb.xml'
Note: See TracChangeset
for help on using the changeset viewer.
