From 8f713e41cfb5c89e2b958760a5b4375a64fec2b2 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 7 Jun 2012 09:21:43 +0200 Subject: [PATCH 1/6] .config/herbstluftwm/autostart --- .config/herbstluftwm/autostart | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart index 680d9fc..3c67e64 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -46,18 +46,7 @@ hc rule windowtype=_NET_WM_WINDOW_TYPE_DIALOG focus=on pseudotile=on hc rule class=Xephyr pseudotile=on hc rule instance=Xine\ Window pseudotile=on -xsetroot -solid "#000000" -emacs --daemon & - -pidof mpdscribble >& /dev/null -if [ $? -ne 0 ] -then - mpdscribble & -fi - xbindkeys -xmodmap ~/.Xmodmap -echo test > ~/.xmodmap-errors # Panel ~/.config/herbstluftwm/panel.sh & From 80aa49cf710fdad31df16319407ba174020cac00 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 7 Jun 2012 17:22:39 +0200 Subject: [PATCH 2/6] .config/herbstluftwm/autostart --- .config/herbstluftwm/autostart | 1 - 1 file changed, 1 deletion(-) diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart index 3c67e64..04b6612 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -15,7 +15,6 @@ hc set window_border_normal_color "#15abc3" hc set window_border_active_color "#e0c625" hc set focus_stealing_prevention 0 hc set swap_monitors_to_get_tag 0 -hc set focus_follows_mouse 1 # Layout hc set default_frame_layout 2 From 4c6ba58e155bf010f887d1f235fc148ee81e0e04 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sat, 16 Jun 2012 19:26:47 +0200 Subject: [PATCH 3/6] .config/newsbeuter/urls --- .config/newsbeuter/urls | 1 - 1 file changed, 1 deletion(-) diff --git a/.config/newsbeuter/urls b/.config/newsbeuter/urls index 54a9464..37bf399 100644 --- a/.config/newsbeuter/urls +++ b/.config/newsbeuter/urls @@ -42,7 +42,6 @@ http://feeds.feedburner.com/FalloutTutorials devel http://www.devarticles.com/rss.xml devel http://www.script-tutorials.com/feed/rss/ http://news.ycombinator.com/rss -http://stackoverflow.com/feeds/tag?tagnames=c&sort=newest #-----[ Linux and FLOSS ]--------------------------------------------- # http://www.reddit.com/r/commandline/.rss linux From f9f6b09436e698e705d2144ac28dd99f34a143c8 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sun, 17 Jun 2012 23:05:16 +0200 Subject: [PATCH 4/6] .xinitrc --- .xinitrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.xinitrc b/.xinitrc index cb1ce94..73bb22f 100644 --- a/.xinitrc +++ b/.xinitrc @@ -10,9 +10,10 @@ then mpdscribble & fi -xbindkeys +wm=$1 +test -n "$wm" || wm=herbstluftwm -exec ck-launch-session $1 +exec ck-launch-session $wm # Local Variables: # mode: shell-script # eval: (git-auto-commit-mode 1) From 2b1eac949c9ac8ddb7c5c383c99bba1400c9000d Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sun, 17 Jun 2012 23:05:56 +0200 Subject: [PATCH 5/6] README.org --- README.org | 65 ------------------------------------------------------ 1 file changed, 65 deletions(-) delete mode 100644 README.org diff --git a/README.org b/README.org deleted file mode 100644 index 7104fa6..0000000 --- a/README.org +++ /dev/null @@ -1,65 +0,0 @@ -# -*- eval: (git-auto-commit-mode 1) -*- - -* .Xdefaults - - Currently uses colors from [[http://ethanschoonover.com/solarized][solarized]] theme for everything. Sets - other settings for [[http://software.schmorp.de/pkg/rxvt-unicode][urxvt]], [[http://invisible-island.net/xterm/][xterm]], XFT, [[http://www.gnu.org/software/emacs][GNU Emacs]] and ~xfontsel~. - -* .Xmodmap - - I'm a lefty, so this reverses my first 3 mouse buttons. I've also - set it up to switch my ~Control~ and ~Caps Lock~, and my ~Shift~ and - ~Super~ keys (on the left side of my keyboard). - -* .bash_profile - - Sets some environment variables. Even though I use [[http://zsh.sourceforge.net/][zsh]], - ~.bash_profile~ gets sourced first of all anyway. Currently sets - ~BROWSER~ and ~EDITOR~ and adds paths to ~INFOPATH~ and ~PATH~. - -* .beetsconfig - - Configuration for [[http://beets.radbox.org/][beets]]. - -* .conky_box.lua - - Some lua file to draw a semi-transparent box around [[http://conky.sourceforge.net/][conky]] to keep it - readable on every kind of background without fully obscuring that - background. - -* .conkyrc - - Configuration for [[http://conky.sourceforge.net/][conky]]. - -* .fonts.conf - - Fontconfig file that (in my opinion) gives me some nice looking - fonts. I don't really know if I've actually got a good config, but - after messing around with parts of it I'm fairly happy with it. - -* .gitconfig - - Configuration for [[http://git-scm.com][git]]. Adds some aliases: - - - ~st~: short status list. - - ~unadd~: reset a file or the entire working tree. - - ~lschanged~: list files that have changed. - - ~history~: Show a graph of the history of a branch. - -* .guile - - Enables ~readline~ functionality in the [[http://www.gnu.org/software/guile/][guile]] REPL. - -* .hgrc - - Configuration for [[http://mercurial.selenic.com/][mercurial]]. Only sets my name/email. - -* .offlineimap.py - - Python function file for [[http://offlineimap.org/][offlineimap]]. Defines a function to get a - username and another for password from ~.netrc~. - -* .offlineimap - - Configuration for [[http://offlineimap.org/][offlineimap]]. Calls [[http://www.djcbsoftware.nl/code/mu/][mu]] as a post sync hook to index - new mails. From 243c6fe77a04457a16afff3dc3e000f989f7bcc1 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sun, 17 Jun 2012 23:06:56 +0200 Subject: [PATCH 6/6] .sawfish/rc --- .sawfish/rc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .sawfish/rc diff --git a/.sawfish/rc b/.sawfish/rc new file mode 100644 index 0000000..33e4e81 --- /dev/null +++ b/.sawfish/rc @@ -0,0 +1,11 @@ +;; -*- mode: sawfish; eval: (git-auto-commit-mode 1); -*- +(setq user-apps-menu + '(("Emacs" (system "emacsclient -c &")) + ("Terminal" (system "urxvt &")))) + +(bind-keys global-keymap + "C-M-l" '(run-shell-command "i3lock -c \"#000000\"") + "Super-e" '(run-shell-command (getenv "EDITOR")) + "Super-w" '(run-shell-command (getenv "BROWSER")) + "Super-c" '(run-shell-command "urxvt") + "Super-TAB" 'cycle-windows)