Lightweight Docker container for Nicotine+ with noVNC web interface and Firefox ESR browser. Features: - noVNC web interface with dynamic resize support - Firefox ESR for testing ports and browsing - TigerVNC with AcceptSetDesktopSize enabled - Supervisor for process management - Configurable user/group permissions 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
51 lines
1.4 KiB
XML
51 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<openbox_config xmlns="http://openbox.org/3.4/rc"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<desktops>
|
|
<!-- This wm is GNOME aware -->
|
|
<number>1</number>
|
|
<!-- Always try to focus new windows when they appear. other rules do
|
|
apply -->
|
|
<firstdesk>1</firstdesk>
|
|
<names>
|
|
<name>Desktop</name>
|
|
</names>
|
|
<popupTime>0</popupTime>
|
|
</desktops>
|
|
|
|
<mouse>
|
|
<dragThreshold>8</dragThreshold>
|
|
<doubleClickTime>500</doubleClickTime>
|
|
<screenEdgeWarpTime>0</screenEdgeWarpTime>
|
|
<screenEdgeWarpMouse>false</screenEdgeWarpMouse>
|
|
|
|
<context name="Desktop">
|
|
<mousebind button="Up" action="Click">
|
|
<!-- Disabled desktop switching with mouse wheel -->
|
|
</mousebind>
|
|
<mousebind button="Down" action="Click">
|
|
<!-- Disabled desktop switching with mouse wheel -->
|
|
</mousebind>
|
|
</context>
|
|
|
|
<context name="Titlebar">
|
|
<mousebind button="Left" action="Drag">
|
|
<action name="Move"/>
|
|
</mousebind>
|
|
<mousebind button="Left" action="DoubleClick">
|
|
<action name="ToggleMaximize"/>
|
|
</mousebind>
|
|
<mousebind button="Up" action="Click">
|
|
<!-- Disabled desktop switching -->
|
|
</mousebind>
|
|
<mousebind button="Down" action="Click">
|
|
<!-- Disabled desktop switching -->
|
|
</mousebind>
|
|
</context>
|
|
</mouse>
|
|
|
|
<keyboard>
|
|
<chainQuitKey>C-g</chainQuitKey>
|
|
</keyboard>
|
|
</openbox_config>
|