Backup 21-11-06 14:00
This commit is contained in:
Binary file not shown.
Binary file not shown.
BIN
.xmonad/xmonad.o
BIN
.xmonad/xmonad.o
Binary file not shown.
46
.xsession
46
.xsession
@@ -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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user