diff options
Diffstat (limited to '.xprofile')
-rwxr-xr-x | .xprofile | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -12,13 +12,11 @@ dbus-update-activation-environment --all & # autostart apps for both xmonad and any other DE emacs --daemon & mpd & +#virtual_mic.sh & # autostart apps for xmonad if [[ $DESKTOP_SESSION = "xmonad" ]]; then - # set screen layout - # this would fail when on integrated graphics - # that's the desired behaviour - xrandr --output HDMI-0 --mode 1920x1080 --pos 0x0 --rotate normal --output eDP-1-1 --primary --mode 1920x1080 --pos 1920x926 --rotate normal + screensetup.sh # autostart apps nitrogen --restore & |