Compare commits
No commits in common. "7fe5f823fe5faa8c3d8966694f1569cdaf557b3b" and "3be013e7e7216e9728f4da1611953ed320ed9f30" have entirely different histories.
7fe5f823fe
...
3be013e7e7
14
.xsessionrc
14
.xsessionrc
@ -5,19 +5,16 @@ if [[ "$DESKTOP_SESSION" = "dwm" ]]; then
|
|||||||
export AWT_TOOLKIT=MToolkit
|
export AWT_TOOLKIT=MToolkit
|
||||||
wmname LG3D
|
wmname LG3D
|
||||||
|
|
||||||
|
compton &
|
||||||
|
dwmstatus &
|
||||||
if test -f "$HOME/.screenlayout/main.sh"; then
|
if test -f "$HOME/.screenlayout/main.sh"; then
|
||||||
"$HOME/.screenlayout/main.sh"
|
"$HOME/.screenlayout/main.sh"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
compton &
|
compton &
|
||||||
redshift &
|
redshift &
|
||||||
dwmstatus &
|
|
||||||
|
|
||||||
if test -f /usr/share/backgrounds/gnome/Road.jpg ; then
|
feh --bg-scale /usr/share/backgrounds/gnome/Road.jpg &
|
||||||
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
|
fi
|
||||||
|
|
||||||
if command -v nextcloud &> /dev/null ; then
|
if command -v nextcloud &> /dev/null ; then
|
||||||
@ -31,8 +28,3 @@ fi
|
|||||||
if command -v slack &> /dev/null ; then
|
if command -v slack &> /dev/null ; then
|
||||||
slack &
|
slack &
|
||||||
fi
|
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