config/.dwm/autostart.sh
2023-05-25 16:36:19 +09:30

18 lines
572 B
Bash
Executable File

#!/bin/sh
# Place things in here that I would usually start from within xmonad, things
# that aren't in .xprofile
###############################################################################
# System Applications
###############################################################################
# conflicted about using this and/or xprofile...
###############################################################################
# Startup Applications
###############################################################################
nextcloud &
element-desktop --hidden &