aboutsummaryrefslogtreecommitdiff
path: root/.xprofile
diff options
context:
space:
mode:
Diffstat (limited to '.xprofile')
-rwxr-xr-x.xprofile6
1 files changed, 2 insertions, 4 deletions
diff --git a/.xprofile b/.xprofile
index 7d06ef2..1e7151f 100755
--- a/.xprofile
+++ b/.xprofile
@@ -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 &