aboutsummaryrefslogtreecommitdiff
path: root/.xprofile
diff options
context:
space:
mode:
Diffstat (limited to '.xprofile')
-rwxr-xr-x.xprofile12
1 files changed, 4 insertions, 8 deletions
diff --git a/.xprofile b/.xprofile
index 8bff0d0..dbe1eed 100755
--- a/.xprofile
+++ b/.xprofile
@@ -4,18 +4,17 @@
[[ -f ~/.config/zsh/.zshenv ]] && source ~/.config/zsh/.zshenv
# keyboard layout
-xmodmap /home/zt/.Xmodmap &
+# 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
+# autostart apps only for XMonad
+if [[ "$DESKTOP_SESSION" = "xmonad" ]]; then
screensetup.sh &
# autostart apps
@@ -25,11 +24,8 @@ if [[ "$DESKTOP_SESSION" = "xmonad" || "$DESKTOP_SESSION" = "dwm" ]]; then
udiskie &
# glava -dm radial &
-fi
-
-# autostart apps just for xmonad
-if [[ "$DESKTOP_SESSION" = "xmonad" ]]; then
polystart &
nm-applet &
blueman-applet &
+ flameshot &
fi