From 56560fd597f94dfe6fe5fa79648398ab29d05775 Mon Sep 17 00:00:00 2001 From: xero Date: Mon, 14 Jul 2014 13:23:05 -0400 Subject: updated repo to manage dotfiles via gnu stow, the symlink farm manager. happy birthday commit! :birthday: :sparkles: --- herbstluftwm/.xinitrc | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 herbstluftwm/.xinitrc (limited to 'herbstluftwm/.xinitrc') diff --git a/herbstluftwm/.xinitrc b/herbstluftwm/.xinitrc new file mode 100644 index 0000000..2c96f83 --- /dev/null +++ b/herbstluftwm/.xinitrc @@ -0,0 +1,75 @@ +#!/bin/sh +# +# ██ ██ ██ +# ░░ ░░ ░██ +# ██ ██ ██ ███████ ██ ██████ ██████ █████ +# ░░██ ██ ░██░░██░░░██░██░░░██░ ░░██░░█ ██░░░██ +# ░░███ ░██ ░██ ░██░██ ░██ ░██ ░ ░██ ░░ +# ██░██ ░██ ░██ ░██░██ ░██ ░██ ░██ ██ +# ██ ░░██░██ ███ ░██░██ ░░██ ░███ ░░█████ +# ░░ ░░ ░░ ░░░ ░░ ░░ ░░ ░░░ ░░░░░ +# +# ▓▓▓▓▓▓▓▓▓▓ +# ░▓ author ▓ xero +# ░▓ code ▓ http://code.xero.nu/dotfiles +# ░▓ mirror ▓ http://git.io/.files +# ░▓▓▓▓▓▓▓▓▓▓ +# ░░░░░░░░░░ + +# merge custom x resources +xrdb -merge "${HOME}/.Xdefaults" & + +# start the terminal emulator daemon +urxvtd -q -f -o & + +# keyring +gnome-keyring-daemon & + +# wifi +/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & +(sleep 2s && nm-applet --sm-disable) & + +# power management +(sleep 2s && xfce4-power-manager) & + +# sound mixer +(sleep 2s && pnmixer) & + +# volume keys daemon +(sleep 2s && xfce4-volumed) & + +# compositing manager +compton -b --config ~/.config/compton.conf & + +# start thunar daemon +thunar --daemon & + +# wallpaper +nitrogen --restore & + +# configure touchpad +syndaemon -i 0.8 -d & +if egrep -iq 'touchpad' /proc/bus/input/devices; then + synclient VertEdgeScroll=0 & + synclient TapButton1=1 & + synclient HorizTwoFingerScroll=1 & +fi + +# clipboard manager +(sleep 3s && clipit) & + +# keyboard settings - 250 ms delay and 25 cps (characters per second) repeat rate. +xset r rate 250 25 & + +# disable system beep +xset b off & + +# start the rock +mpd & + +# setup fonts +xset +fp ~/.fonts & +xset fp rehash & + +# ░▒▓█ herbstluft █▓▒░ +exec herbstluftwm --locked -- cgit v1.2.1