You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
229 B
Bash

#!/bin/sh
#
# If option usexinit is set then this file is not used. Instead ~/.xinitrc
# if it exists or else /etc/X11/xinit/xinitrc is used in it's place.
# Put your configuration above this line.
wm_bin="$1"
exec ${wm_bin}