Backup 21-11-06 14:00

This commit is contained in:
2021-11-06 14:00:01 +01:00
parent 76167c1855
commit 11740eb039
4 changed files with 0 additions and 46 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,46 +0,0 @@
#!/bin/bash
# Fix resolution bug
#xrandr --output eDP1 --mode 1920x1080 --primary
# Load resources
xrdb -merge .Xresources
# Set up an icon tray
trayer --edge top --align right --SetDockType true --SetPartialStrut true --expand true --width 10 --transparent true --alpha 1 --tint 0x000000 --height 19 &
# Start compton
compton --config .compton.conf &
# Set the background color
xsetroot -solid midnightblue
# Fire up apps
# ~/.xmonad/scripts/wallpaper.sh &
gajim &
thunderbird &
owncloud &
xscreensaver -no-splash &
if [ -x /usr/bin/nm-applet ] ; then
nm-applet --sm-disable &
fi
#if [ -x /usr/bin/gnome-power-manager ] ; then
# sleep 3
# gnome-power-manager &
#fi
# exec xmonad