new lint help
This commit is contained in:
parent
213c502aeb
commit
96e8a1d428
8 changed files with 481 additions and 70 deletions
23
.xinitrc
23
.xinitrc
|
|
@ -3,24 +3,31 @@
|
|||
export PATH=$HOME/bin:$PATH
|
||||
xrdb -merge .Xdefaults &
|
||||
|
||||
gnome-settings-daemon &
|
||||
xscreensaver -no-splash &
|
||||
#gnome-settings-daemon &
|
||||
#xscreensaver -no-splash &
|
||||
#kupfer --no-splash &
|
||||
#rofi -key-run control-space -fuzzy -terminal run_terminal &
|
||||
rofi -key-run control-space -fuzzy -terminal run_terminal &
|
||||
nm-applet &
|
||||
gnome-sound-applet &
|
||||
#setxkbmap -option ctrl:nocaps &
|
||||
xmodmap ~/.xmodmap &
|
||||
synclient PalmDetect=1
|
||||
|
||||
#if [ -f ~/.xrandrrc ]; then
|
||||
#~/.xrandrrc
|
||||
#fi
|
||||
# Running a really minimal arch system? This helps:
|
||||
|
||||
/usr/lib/xfce4/notifyd/xfce4-notifyd &
|
||||
pulseaudio --start &
|
||||
blueman-applet &
|
||||
wicd-gtk --tray &
|
||||
|
||||
if [ -f ~/.xrandrrc ]; then
|
||||
~/.xrandrrc
|
||||
fi
|
||||
|
||||
~/.fehbg &
|
||||
if command -v compton &>/dev/null; then
|
||||
compton -b --config ~/.compton.conf &
|
||||
fi
|
||||
#exec awesome
|
||||
#exec i3
|
||||
exec dbus-launch --sh-syntax --exit-with-session i3
|
||||
exec i3
|
||||
#exec dbus-launch --sh-syntax --exit-with-session i3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue