kopia lustrzana https://github.com/craigerl/digipi
18 wiersze
333 B
Bash
Executable File
18 wiersze
333 B
Bash
Executable File
#!/bin/sh
|
|
|
|
xrdb $HOME/.Xresources
|
|
xsetroot -solid grey
|
|
#x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
|
|
#x-window-manager &
|
|
# Fix to make GNOME work
|
|
export XKL_XMODMAP_DISABLE=1
|
|
|
|
#/etc/X11/Xsession
|
|
|
|
|
|
# uncomment line below to auto-run flrig on vnc startup
|
|
#flrig &
|
|
|
|
#mwm # doesn't support wmctrl
|
|
emwm
|