tethys
This commit is contained in:
parent
8bc5ba4e12
commit
921777c048
7 changed files with 56 additions and 41 deletions
16
.xinitrc
16
.xinitrc
|
|
@ -16,11 +16,11 @@ xfsettingsd &
|
|||
xrdb -merge .Xdefaults &
|
||||
|
||||
#gnome-settings-daemon &
|
||||
xscreensaver -no-splash &
|
||||
#xscreensaver -no-splash &
|
||||
#kupfer --no-splash &
|
||||
rofi -key-run control-space -fuzzy -terminal run_terminal &
|
||||
nm-applet &
|
||||
gnome-sound-applet &
|
||||
#nm-applet &
|
||||
#gnome-sound-applet &
|
||||
remmina -i &
|
||||
#setxkbmap -option ctrl:nocaps &
|
||||
xmodmap ~/.Xmodmap &
|
||||
|
|
@ -29,8 +29,8 @@ xmodmap ~/.Xmodmap &
|
|||
# Running a really minimal arch system? This helps:
|
||||
|
||||
/usr/lib/xfce4/notifyd/xfce4-notifyd &
|
||||
pulseaudio --start &
|
||||
blueman-applet &
|
||||
#pulseaudio --start &
|
||||
#blueman-applet &
|
||||
#wicd-gtk --tray &
|
||||
|
||||
if [ -f ~/.xrandrrc ]; then
|
||||
|
|
@ -39,9 +39,9 @@ fi
|
|||
|
||||
|
||||
~/.fehbg &
|
||||
if command -v compton &>/dev/null; then
|
||||
compton -b --config ~/.compton.conf &
|
||||
fi
|
||||
#if command -v compton &>/dev/null; then
|
||||
#compton -b --config ~/.compton.conf &
|
||||
#fi
|
||||
#exec awesome
|
||||
exec i3
|
||||
#exec startxfce4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue