Mapping caps to control in X. Removing auto launch of urxvt from xinitrc
This commit is contained in:
parent
861bdfea34
commit
2fb0e113ac
1 changed files with 3 additions and 1 deletions
4
xinitrc
4
xinitrc
|
|
@ -1,5 +1,7 @@
|
|||
[[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources
|
||||
|
||||
setxkbmap -option ctrl:nocaps
|
||||
|
||||
#transparency and shadows
|
||||
xcompmgr -c -C -t-5 -l-5 -r4.2 -o.55 &
|
||||
|
||||
|
|
@ -12,6 +14,6 @@ do
|
|||
sleep 1m
|
||||
done &
|
||||
|
||||
urxvt &
|
||||
# urxvt &
|
||||
|
||||
exec awesome
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue