ewm is a tiling window manager for X based on dwm
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
ewm/ewm.install

5 lines
260 B

post_install() {
echo "-- You can change your autostart script at $HOME/.ewm/autostart.sh and then restart ewm for changes to take effect."
mkdir -p $HOME/.ewm
[ ! -f $HOME/.ewm/autostart.sh ] && cp $startdir/autostart.sh.template $HOME/.ewm/autostart.sh
}