Aperturefever config

From Musca

Jump to: navigation, search

This is what i use for musca magic:

pad 0 0 17 0
add www
pad 0 0 17 0
add devel
pad 0 0 17 0
add var
pad 0 0 17 0
use 0
name main


hook on ^add pad 0 0 17 0
alias g1mp exec gimp
hook on ^g1mp stack on
alias p1dg1n exec pidgin
hook on ^p1dg1n stack on
hook on ^use exec showgroup | dzen2  -w 200 -x 1050 -y 778 -fg cyan -bg grey20 -fn '-*-dina-medium-r-normal-*-*-*-*-*-*-*-*-*'
alias wikisearch exec wikisearch
alias weatherget exec (echo Weather Report; weatherget -s GRXX0004 --metric ; sleep 4) | dzen2 -y 17 -l 17 -fg white -bg grey20 -w 400 -fn '-*-dina-medium-r-normal-*-*-*-*-*-*-*-*-*' -e 'onstart=uncollapse'  
alias dfh exec (echo Disk Usage; df -h ; sleep 4) | dzen2 -y 17 -l 17 -fg white -bg grey20 -w 400 -fn '-*-dina-medium-r-normal-*-*-*-*-*-*-*-*-*' -e 'onstart=uncollapse' 
alias restore load
alias monitoroff exec sleep 1 && xset dpms force off

bind on Mod4+F1  use 0
bind on Mod4+F2  use 1
bind on Mod4+F3  use 2
bind on Mod4+F4  use 3
bind on Mod4+F5  use 4
bind on Mod4+F6  use 5
bind on Mod4+F7  use 6
bind on Mod4+Shift+F1  move 0
bind on Mod4+Shift+F2  move 1
bind on Mod4+Shift+F3  move 2
bind on Mod4+Shift+F4  move 3
bind on Mod4+Shift+F5  move 4
bind on Mod4+Shift+F6  move 5
bind on Mod4+Shift+F7  move 6
bind on Mod4+p   exec dmenu_run -i -b -nb grey20 -nf '#a1b5cd' -fn '-*-dina-medium-r-normal-*-*-*-*-*-*-*-*-*'
bind on Mod4+n   cycle
bind on Mod4+Return  exec urxvt
bind on Mod4+b   exec firefox
bind on Mod4+s   hsplit 1/2
bind on Mod4+Shift+s vsplit 1/2
bind on Mod4+v   exec gvim
bind on Mod4+f   stack flip
bind on Mod4+m   only
bind on Mod4+semicolon   command
bind on Mod4+l   shrink   
bind on Mod4+0   exec setxkbmap dvorak && echo '*DVORAK*' | dzen2 -p 1 -x 1100 -y 18 -w 150
bind on Mod4+9   exec setxkbmap us && echo '*QWERTY*' | dzen2 -p 1 -x 1100 -y 18 -w 150


set border_width 2
set window_size_hints 0
set border_unfocus grey20
set border_focus #a1b5cd
set dmenu dmenu -i -nb grey20 -nf '#a1b5cd' -fn  '-*-dina-medium-r-normal-*-*-*-*-*-*-*-*-*'
Personal tools