Use compton for fancy windows
This commit is contained in:
parent
988fe8e5d0
commit
f879626638
9 changed files with 29 additions and 20 deletions
10
.xinitrc
10
.xinitrc
|
@ -1,7 +1,11 @@
|
|||
#!/bin/bash
|
||||
xsetroot -solid \#99aab0
|
||||
xsetroot -solid \#99aab0 -cursor_name left_ptr
|
||||
xmodmap $HOME/.Xmodmap
|
||||
compton --daemon -c -t -25 -l -25 --shadow-radius=25 --inactive-opacity 0.99 --inactive-dim 0.2 -e 0.7
|
||||
setxkbmap -option ctrl:nocaps,grp:switch,grp_led:scroll us,se
|
||||
alacritty -e tmux attach -t0 &
|
||||
xcalib $HOME/.config/B140QAN02_0.icm
|
||||
exec $HOME/bin/dwm
|
||||
alacritty -e tmux attach -t0 &
|
||||
# exec $HOME/bin/dwm
|
||||
xrdb $HOME/.Xresources
|
||||
hsetroot -solid \#99aab0
|
||||
exec $HOME/bin/2bwm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue