public
Description: Phil Hagelberg's personal dotfiles collection: the product of years of accumulated obsessive minor tweaks. Mostly Emacs Lisp.
Homepage: http://technomancy.us
Clone URL: git://github.com/technomancy/dotfiles.git
switched from using metacity as a launcher (ugh) to xbindkeys (yay scheme)


also a bit smarter about ignoring.
Phil Hagelberg (author)
Fri Mar 21 12:37:18 -0700 2008
commit  7a478f60427ed4383095ab8463f0a1b82b157ba7
tree    f0e1f759bd0e43d20fdacfe28ec403a7297312a0
parent  96808c2b2ba2d4df2efef1cc375367688e04c1b2
...
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
...
11
12
13
 
 
14
15
 
 
 
 
 
16
17
 
 
18
19
 
 
 
 
 
20
21
22
0
@@ -11,26 +11,12 @@
0
     num_workspaces: 6
0
     theme: Glossy
0
   keybinding_commands/:
0
- command_1: urxvt -bg white +sb -bd white -e screen -xRR
0
- command_2: emacs
0
     command_3: /home/phil/bin/rotate
0
     command_4: cellwriter
0
- command_5: /home/phil/bin/mpc-choose
0
- command_6: mpc toggle
0
- command_7: mpc prev
0
- command_8: mpc next
0
- command_9: /home/phil/bin/mpc-random
0
   global_keybindings/:
0
     panel_run_dialog: <Alt>space
0
- run_command_1: <Alt>grave
0
- run_command_2: <Super>e
0
     run_command_3: XF86RotateWindows
0
     run_command_4: XF86Launch1
0
- run_command_5: F7
0
- run_command_6: F8
0
- run_command_7: F9
0
- run_command_8: F10
0
- run_command_9: F6
0
     switch_to_workspace_1: <Control>1
0
     switch_to_workspace_2: <Control>2
0
     switch_to_workspace_3: <Control>3
...
 
 
1
2
3
4
5
 
 
6
...
1
2
3
 
 
 
4
5
6
7
0
@@ -1,4 +1,5 @@
0
+*
0
+!.emacs.d*
0
 *elc
0
-!.emacs.d
0
-!.eshell
0
-!bin
0
\ No newline at end of file
0
+!.eshell*
0
+!bin*
0
\ No newline at end of file
...
3
4
5
 
6
7
8
9
10
11
...
3
4
5
6
7
 
8
9
10
11
0
@@ -3,8 +3,8 @@
0
 xmodmap ~/.xmodmap
0
 devilspie &
0
 unclutter -idle 0.5 &
0
+xbindkeys &
0
 
0
-gmpc &
0
 pidgin &
0
 
0
 exec gnome-session
0
\ No newline at end of file
...
5
6
7
 
8
9
10
...
69
70
71
 
72
73
74
75
...
5
6
7
8
9
10
11
...
70
71
72
73
74
75
76
77
0
@@ -5,6 +5,7 @@
0
 - avahi-utils
0
 - bittorrent
0
 - build-essential
0
+- cellwriter
0
 - console-terminus
0
 - cvs
0
 - devilspie
0
@@ -69,6 +70,7 @@
0
 - w3m-img
0
 - wmctrl
0
 - wxvlc
0
+- xbindkeys
0
 - xfonts-terminus
0
 - xulrunner
0
 - zile
0
\ No newline at end of file

Comments

    No one has commented yet.