xprofile added
This commit is contained in:
parent
48b7a56899
commit
89c8808485
1 changed files with 36 additions and 0 deletions
36
xprofile
Executable file
36
xprofile
Executable file
|
@ -0,0 +1,36 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
export QT_STYLE_OVERRIDE=gtk
|
||||||
|
|
||||||
|
# trap "jobs -p | awk '{print \$3}' | xargs kill" SIGHUP SIGINT SIGTERM
|
||||||
|
|
||||||
|
xset s noblank
|
||||||
|
xset s off
|
||||||
|
xset -dpms
|
||||||
|
#xss-lock -- ~/.config/scripts/lock.sh &
|
||||||
|
|
||||||
|
setxkbmap de -variant nodeadkeys
|
||||||
|
|
||||||
|
#Disable caps lock
|
||||||
|
setxkbmap -option ctrl:nocaps
|
||||||
|
|
||||||
|
xsetroot -cursor_name left_ptr &
|
||||||
|
|
||||||
|
#rm -f /tmp/bspwm*
|
||||||
|
|
||||||
|
~/.config/scripts/prepare_monitors.sh
|
||||||
|
#feh --bg-scale ~/.config/wallpaper
|
||||||
|
nitrogen --restore &
|
||||||
|
|
||||||
|
#Autostart
|
||||||
|
#thunderbird &
|
||||||
|
#psi-plus &
|
||||||
|
|
||||||
|
.config/scripts/bar.sh &
|
||||||
|
.config/scripts/batteryobserver.sh &
|
||||||
|
#conky -c ~/.config/conky/barrc &
|
||||||
|
#~/.config/scripts/panel dzen2 &
|
||||||
|
#sxhkd -c ~/.config/sxhkd/sxhkdrc &
|
||||||
|
xcompmgr &
|
||||||
|
thunder --daemon &
|
||||||
|
udiskie -2 -N &
|
Loading…
Reference in a new issue