18 lines
572 B
Bash
Executable File
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 &
|