aboutsummaryrefslogtreecommitdiff
path: root/.xprofile
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2024-03-09 20:55:23 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2024-03-09 20:55:23 +0530
commit206f12417109bbf1508eab4593fea3fb9fb35ad9 (patch)
tree5d430c5e3d09f2a417beaf49bd02723b6a826c0b /.xprofile
parentd459b0d44ff0af51d5bd70a9309c4292b304792a (diff)
starting flameshot in systray
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