Tony Narlock Living life in the cloud

6Jun/100

tmux and scrotwm config

http://github.com/skiquel/scrotwm-config
scrotwm is a C-based tiling window manager with keybindings like xmonad. Easy config file. http://www.scrotwm.org

http://github.com/skiquel/tmux-config
tmux is a terminal multiplexer. bsd licensed. http://tmux.sourceforge.net

4Jun/100

awesome configuration

awesome is a fork of the minimalist dwm tiling window manager.

Awesome has a system tray, a panel with statistics/graphs, lua support, multihead support and more. The downside to awesome is the config file breaking after every release. Sometimes modifications are minimal. As of 3.4.5, there have been less updates, making the system feel more stable.

http://github.com/skiquel/awesome-config/

10Mar/100

Remove services (mpd) from system startup in Linux

I'm using MPD on Ubuntu and Debian and get annoyed by mpd starting at boot time under root.

Your startup services lie in the /etc/rc.d folder. You will observe that ls -l /etc/rc4.d for instance, will show you these files are weighted to run in order and symlink to their corresponding startup scripts in /etc/init.d.

To disable mpd, for instance, update-rc.d can help:

sudo update-rc.d -f mpd remove

Now you will be able to add mpd to a local user script on startup without having to sudo mpd --kill or sudo killall mpd.

24Nov/090

Xmonad and VIM

I was able to commit my Xmonad, xmobar, rxvt-unicode and VIM configuration files to github
You can check them out at:

Filed under: Config No Comments