diff options
author | neodarz <neodarz@neodarz.net> | 2017-04-22 14:40:50 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2017-04-22 14:40:50 +0200 |
commit | 9e1e6ccedf25a8e76d346a8ff3014dfe98c5924a (patch) | |
tree | 3bb5aa26b5c7f1c55bcd3714f6132a67892dbc9c /herbstluftwm/.xinitrc | |
parent | 7e272d375b2b5fbf4c7281fb80d7cf9624d7bd6f (diff) | |
download | dotfiles_ascii-9e1e6ccedf25a8e76d346a8ff3014dfe98c5924a.tar.xz dotfiles_ascii-9e1e6ccedf25a8e76d346a8ff3014dfe98c5924a.zip |
Remove some useless conf file
Diffstat (limited to 'herbstluftwm/.xinitrc')
-rw-r--r-- | herbstluftwm/.xinitrc | 75 |
1 files changed, 0 insertions, 75 deletions
diff --git a/herbstluftwm/.xinitrc b/herbstluftwm/.xinitrc deleted file mode 100644 index b55f96a..0000000 --- a/herbstluftwm/.xinitrc +++ /dev/null @@ -1,75 +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}/.Xdefaults" & - -# custom keymappings -+xmodmap ~/.xmodmap - -# start the terminal emulator daemon -urxvtd -q -f -o & - -# 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 |