updated xinitrc for zenbook
This commit is contained in:
parent
bcdf883c55
commit
199e7c342d
1 changed files with 9 additions and 4 deletions
13
dot.xinitrc
13
dot.xinitrc
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
source .zsh/env
|
#source .zsh/env
|
||||||
xset +fp /usr/share/fonts/local
|
xset +fp /usr/share/fonts/local
|
||||||
xset fp rehash
|
xset fp rehash
|
||||||
xset -b # disable bell
|
xset -b # disable bell
|
||||||
|
@ -8,10 +8,13 @@ xset -b # disable bell
|
||||||
#xmodmap ~/.Xmodmap
|
#xmodmap ~/.Xmodmap
|
||||||
#setxkbmap -layout de -option ctrl:nocaps
|
#setxkbmap -layout de -option ctrl:nocaps
|
||||||
|
|
||||||
|
# deactivate touchpad tapping when typing
|
||||||
|
syndaemon -t -k -i 1 -d &
|
||||||
|
|
||||||
# preload programs
|
# preload programs
|
||||||
hash firefox conky && firefox &
|
hash firefox conky && #firefox &
|
||||||
conky -b -d -c $XDG_CONFIG_HOME/conky/conkyrc &
|
conky -b -d -c $HOME/.conkyrc &
|
||||||
sh ~/.fehbg &
|
#sh ~/.fehbg &
|
||||||
|
|
||||||
|
|
||||||
memu(){
|
memu(){
|
||||||
|
@ -56,6 +59,8 @@ do
|
||||||
sleep 5s
|
sleep 5s
|
||||||
done &
|
done &
|
||||||
|
|
||||||
|
xbindkeys
|
||||||
|
sh ~/.fehbg
|
||||||
mkdir -p .cache/dwm/
|
mkdir -p .cache/dwm/
|
||||||
while true; do
|
while true; do
|
||||||
dwm 2> ~/.cache/dwm/err
|
dwm 2> ~/.cache/dwm/err
|
||||||
|
|
Loading…
Add table
Reference in a new issue