Compare commits
3 Commits
3be013e7e7
...
7fe5f823fe
Author | SHA1 | Date | |
---|---|---|---|
|
7fe5f823fe | ||
|
899ba43db2 | ||
b7f30ed60d |
14
.xsessionrc
14
.xsessionrc
@ -5,16 +5,19 @@ if [[ "$DESKTOP_SESSION" = "dwm" ]]; then
|
||||
export AWT_TOOLKIT=MToolkit
|
||||
wmname LG3D
|
||||
|
||||
compton &
|
||||
dwmstatus &
|
||||
if test -f "$HOME/.screenlayout/main.sh"; then
|
||||
"$HOME/.screenlayout/main.sh"
|
||||
fi
|
||||
|
||||
compton &
|
||||
redshift &
|
||||
dwmstatus &
|
||||
|
||||
feh --bg-scale /usr/share/backgrounds/gnome/Road.jpg &
|
||||
if test -f /usr/share/backgrounds/gnome/Road.jpg ; then
|
||||
feh --bg-scale /usr/share/backgrounds/gnome/Road.jpg &
|
||||
else if test -f /usr/share/backgrounds/brad-huchteman-stone-mountain.jpg ; then
|
||||
feh --bg-scale /usr/share/backgrounds/brad-huchteman-stone-mountain.jpg &
|
||||
fi
|
||||
fi
|
||||
|
||||
if command -v nextcloud &> /dev/null ; then
|
||||
@ -28,3 +31,8 @@ fi
|
||||
if command -v slack &> /dev/null ; then
|
||||
slack &
|
||||
fi
|
||||
|
||||
# Authentication agent for running application as root
|
||||
if test /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 ; then
|
||||
/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 &
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user