#!/bin/zsh # set .zshenv [[ -f ~/.config/zsh/.zshenv ]] && source ~/.config/zsh/.zshenv # keyboard layout xmodmap /home/zt/.Xmodmap & # makes gnome-keyring work dbus-update-activation-environment --all & # autostart apps for both xmonad and any other DE emacs --daemon & # mpd & # now started by systemd #virtual_mic.sh & # autostart apps for both xmonad and dwm if [[ "$DESKTOP_SESSION" = "xmonad" || "$DESKTOP_SESSION" = "dwm" ]]; then screensetup.sh # autostart apps nitrogen --restore & picom & dunst & udiskie & # glava -dm radial & fi # autostart apps just for xmonad if [[ "$DESKTOP_SESSION" = "xmonad" ]]; then polystart & nm-applet & blueman-applet & fi