25 lines
501 B
Bash
25 lines
501 B
Bash
#!/bin/bash
|
|
|
|
export PATH=$HOME/bin:$PATH
|
|
xrdb -merge .Xdefaults &
|
|
|
|
gnome-settings-daemon &
|
|
xscreensaver -no-splash &
|
|
#kupfer --no-splash &
|
|
#rofi -key-run control-space -fuzzy -terminal run_terminal &
|
|
nm-applet &
|
|
gnome-sound-applet &
|
|
setxkbmap -option ctrl:nocaps &
|
|
synclient PalmDetect=1
|
|
|
|
#if [ -f ~/.xrandrrc ]; then
|
|
#~/.xrandrrc
|
|
#fi
|
|
|
|
~/.fehbg &
|
|
if command -v compton &>/dev/null; then
|
|
compton --inactive-dim 0.2 &
|
|
fi
|
|
#exec awesome
|
|
#exec i3
|
|
exec dbus-launch --sh-syntax --exit-with-session i3
|