diff options
Diffstat (limited to '.xprofile')
-rwxr-xr-x | .xprofile | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -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 |