aboutsummaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
authorxero <x@xero.nu>2014-07-14 13:23:05 -0400
committerxero <x@xero.nu>2014-07-14 13:23:05 -0400
commit56560fd597f94dfe6fe5fa79648398ab29d05775 (patch)
tree7e77d23be98b2df8ef847f49ee645085356305be /.xinitrc
parent1434c859bcf94a0bbee88e72c8a01849d0356293 (diff)
downloaddotfiles_ascii-56560fd597f94dfe6fe5fa79648398ab29d05775.tar.xz
dotfiles_ascii-56560fd597f94dfe6fe5fa79648398ab29d05775.zip
updated repo to manage dotfiles via gnu stow, the symlink farm manager. happy birthday commit! :birthday: :sparkles:
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc84
1 files changed, 0 insertions, 84 deletions
diff --git a/.xinitrc b/.xinitrc
deleted file mode 100644
index d2f09a7..0000000
--- a/.xinitrc
+++ /dev/null
@@ -1,84 +0,0 @@
-#!/bin/sh
-#
-# ██ ██ ██
-# ░░ ░░ ░██
-# ██ ██ ██ ███████ ██ ██████ ██████ █████
-# ░░██ ██ ░██░░██░░░██░██░░░██░ ░░██░░█ ██░░░██
-# ░░███ ░██ ░██ ░██░██ ░██ ░██ ░ ░██ ░░
-# ██░██ ░██ ░██ ░██░██ ░██ ░██ ░██ ██
-# ██ ░░██░██ ███ ░██░██ ░░██ ░███ ░░█████
-# ░░ ░░ ░░ ░░░ ░░ ░░ ░░ ░░░ ░░░░░
-#
-# ▓▓▓▓▓▓▓▓▓▓
-# ░▓ author ▓ xero <x@xero.nu>
-# ░▓ code ▓ http://code.xero.nu/dotfiles
-# ░▓ mirror ▓ http://git.io/.files
-# ░▓▓▓▓▓▓▓▓▓▓
-# ░░░░░░░░░░
-
-# merge custom x resources
-xrdb -merge "${HOME}/.Xresources"
-
-# start the terminal emulator daemon
-urxvtd -q -f -o &
-
-# gnome keyring
-eval $(gnome-keyring-daemon -s --components=pkcs11,secrets,ssh,gpg) &
-
-# wifi
-(sleep 1s && nm-applet) &
-
-# power management
-(sleep 2s && xfce4-power-manager) &
-
-# sound mixer
-(sleep 2s && pnmixer) &
-
-# volume keys daemon
-(sleep 2s && xfce4-volumed) &
-
-# enable backlight
-(sleep 2s && xbacklight -inc 100) &
-
-# compositing manager
-compton -b --config ~/.config/compton.conf &
-
-# start thunar daemon
-thunar --daemon &
-
-# automount drives
-udisks-glue -c ~/.config/.udisk-glue.conf --session &
-
-# 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 &
-
-# fix cursors. for a minute :/
-xsetroot -cursor_name left_ptr
-
-# start the rock
-mpd &
-
-# setup fonts
-xset +fp ~/.fonts
-xset fp rehash
-
-# ░▒▓█ get awesome! █▓▒░
-exec awesome