mirror of
https://github.com/amiwm/amiwm.git
synced 2026-04-14 11:04:18 +00:00
erm, removed too many files and it didn't compile.. fixed it again..
This commit is contained in:
18
Xinitrc
18
Xinitrc
@@ -1,18 +0,0 @@
|
|||||||
#!/bin/ksh
|
|
||||||
# AmiWM startup script
|
|
||||||
|
|
||||||
xrdb $OPENWINHOME/lib/Xdefaults # Load Default X11 resource database
|
|
||||||
if [ -f $HOME/.Xdefaults ]; then
|
|
||||||
xrdb -merge $HOME/.Xdefaults # Load Users X11 resource database
|
|
||||||
fi
|
|
||||||
|
|
||||||
xsetroot -solid black
|
|
||||||
/usr/local/bin/amiwm & wmpid=$!
|
|
||||||
|
|
||||||
if [ -x $HOME/.amiwm-init ]; then
|
|
||||||
$HOME/.amiwm-init # Custom amiwm tools
|
|
||||||
else
|
|
||||||
/usr/local/lib/amiwm/amiwm-init # Default amiwm tools
|
|
||||||
fi
|
|
||||||
|
|
||||||
wait $wmpid # Wait for wm (key client) to exit
|
|
||||||
3
amiwm-init
Executable file
3
amiwm-init
Executable file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
xterm -sb -sl 1000 -C -geometry 80x16+0-0 -name Console &
|
||||||
Reference in New Issue
Block a user