9 lines
236 B
Bash
Executable File
9 lines
236 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Not sure if this is the correct way of doing this but
|
|
# the standard desktop entry does not work, I've been
|
|
# using my .xprofile up till now but that doesn't work
|
|
# with multiple DEs.
|
|
|
|
nohup ~/.xmonad/xmonad-x86_64-linux
|