dotfiles/.xinitrc

12 lines
404 B
Text
Raw Permalink Normal View History

2016-10-10 16:23:16 +02:00
#!/bin/bash
2019-07-04 17:15:47 +02:00
xsetroot -solid \#99aab0 -cursor_name left_ptr
2016-10-14 14:16:46 +02:00
xmodmap $HOME/.Xmodmap
2019-09-03 14:50:36 +02:00
#compton --daemon -c -t -25 -l -25 --shadow-radius=25 --inactive-opacity 0.99 --inactive-dim 0.2 -e 0.7
2016-10-10 16:23:16 +02:00
setxkbmap -option ctrl:nocaps,grp:switch,grp_led:scroll us,se
2019-04-19 17:19:08 +02:00
xcalib $HOME/.config/B140QAN02_0.icm
2019-07-04 17:15:47 +02:00
alacritty -e tmux attach -t0 &
xrdb $HOME/.Xresources
hsetroot -solid \#99aab0
2019-09-03 14:50:36 +02:00
#exec $HOME/bin/2bwm
exec $HOME/bin/dwm