commit cf56115628b0c10539612e0bd18a024457130846
parent 0c15a1828c24752b5546dec0454395c70443f955
Author: Janis Pagel <janis.pagel@ims.uni-stuttgart.de>
Date: Mon, 22 Jun 2020 14:16:32 +0200
Add autostarts in xinit
Also increase xrate
Diffstat:
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/xinitrc b/xinitrc
@@ -1,17 +1,18 @@
#!/bin/bash -x
+# xset
xset +fp /usr/share/fonts/local
xset fp rehash
-
xset -b # disable system bell
+xset r rate 300 50 & # Speed xrate up
eval `/usr/bin/ssh-agent`
if test -f /usr/lib/openssh/x11-ssh-askpass
then
SSH_ASKPASS=/usr/lib/openssh/x11-ssh-askpass ssh-add < /dev/null
fi
-export BROWSER="qutebrowser"
+# Setup
xrdb -merge ~/.Xresources # Read Xresources
xmodmap ~/.Xmodmap
setxkbmap -layout de # Set keyboard layout
@@ -24,9 +25,12 @@ sxhkd & # Use cumstomized keybindings
xautolock -time 30 -locker slock & # Automatic screen lock
clipmenud & # Nice clipboard using dmenu
pgrep redshift &> /dev/null || redshift -l 48:9 -t 6500:3000 &> /dev/null & # For dimmed display at night
-xcompmgr & # start composition manager
-nohup mons -a > /dev/null 2>&1 & # Re-establishs the display if it detects only one monitor
+#xcompmgr & # start composition manager
+#nohup mons -a > /dev/null 2>&1 & # Re-establishs the display if it detects only one monitor
+stalonetray &> /dev/null & # Starts icon tray service
megasync &> /dev/null & # Start mega sync service
+dropbox &> /dev/null & # Start dropbox sync
+mpd &> /dev/null & # Start mpd
# Set window/desktop manager
exec dwm