Switching to compton for X and adding dvorak to xinitrc instead of xorg configs
This commit is contained in:
parent
0b9d90c0b4
commit
682083c182
1 changed files with 3 additions and 5 deletions
8
xinitrc
8
xinitrc
|
|
@ -1,19 +1,17 @@
|
||||||
[[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources
|
[[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources
|
||||||
|
|
||||||
|
setxkbmap dvorak
|
||||||
setxkbmap -option ctrl:nocaps
|
setxkbmap -option ctrl:nocaps
|
||||||
|
|
||||||
#transparency and shadows
|
compton -cGb
|
||||||
xcompmgr -c -C -t-5 -l-5 -r4.2 -o.55 &
|
|
||||||
|
|
||||||
dropboxd &
|
dropboxd &
|
||||||
|
|
||||||
# random background
|
random background
|
||||||
while true;
|
while true;
|
||||||
do
|
do
|
||||||
awsetbg -c -r ~/Dropbox/Photos/wallpaper
|
awsetbg -c -r ~/Dropbox/Photos/wallpaper
|
||||||
sleep 1m
|
sleep 1m
|
||||||
done &
|
done &
|
||||||
|
|
||||||
# urxvt &
|
|
||||||
|
|
||||||
exec awesome
|
exec awesome
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue