This commit is contained in:
2026-03-22 19:26:01 +01:00
parent 2443f1c64e
commit cd8e689c49
8 changed files with 32 additions and 15 deletions

View File

@@ -60,3 +60,5 @@ unclutter
xdialog
smbfs
xeji
gksu
autocutsel

View File

@@ -1,5 +1,8 @@
fbsetroot -f /usr/share/wallpapers/retrodebian.jpg
numlockx on
autocutsel -fork
autocutsel -selection PRIMARY -fork
idesk &
unclutter -idle 2 &

View File

@@ -2,5 +2,7 @@ table Icon
Caption: Files
CaptionTip: Open files browser (pcmanfm)
Command: pcmanfm
Icon: /usr/share/icons/gnome/48x48/drawer.png
Icon: /usr/share/icons/gnome/48x48/apps/drawer.png
X: 26
Y: 2
end

View File

@@ -2,5 +2,7 @@ table Icon
Caption: Task Manager
CaptionTip: Open htop
Command: urxvt -e htop
Icon: /usr/share/icons/gnome/48x48/gnome-monitor.png
Icon: /usr/share/icons/gnome/48x48/apps/gnome-monitor.png
X: 26
Y: 2
end

View File

@@ -1,6 +1,8 @@
table Icon
Caption: Terminal
CaptionTip: Open a new terminal
Command: rxvt
Icon: /usr/share/icons/gnome/48x48/gnome-terminal.png
Command: urxvt
Icon: /usr/share/icons/gnome/48x48/apps/gnome-terminal.png
X: 26
Y: 242
end

View File

@@ -2,5 +2,7 @@ table Icon
Caption: Text Edit
CaptionTip: Open leafpad
Command: leafpad
Icon: /usr/share/icons/gnome/48x48/text-editor.png
Icon: /usr/share/icons/gnome/48x48/apps/text-editor.png
X: 26
Y: 162
end

View File

@@ -1,21 +1,22 @@
[submenu] (RetroDebian) </usr/share/icons/gnome/24x24/gnome-favorites.png>
[exec] (Terminal) {rxvt} </usr/share/icons/gnome/24x24/gnome-terminal.png>
[exec] (Files) {pcmanfm} </usr/share/icons/gnome/24x24/drawer.png>
[exec] (Text Editor) {urxvt -e htop} </usr/share/icons/gnome/24x24/text-editor.png>
[exec] (Task Manager) {leafpad} </usr/share/icons/gnome/24x24/gnome-monitor.png>
[submenu] (RetroDebian) </usr/share/icons/gnome/24x24/apps/gnome-favorites.png>
[exec] (Terminal) {urxvt} </usr/share/icons/gnome/24x24/apps/gnome-terminal.png>
[exec] (Terminal (root\)) {gksu urxvt} </usr/share/icons/gnome/24x24/apps/gnome-terminal.png>
[exec] (Files) {pcmanfm} </usr/share/icons/gnome/32x32/apps/file-manager.png>
[exec] (Text Editor) {leafpad} </usr/share/icons/gnome/24x24/apps/text-editor.png>
[exec] (Task Manager) {urxvt -e htop} </usr/share/icons/gnome/24x24/apps/gnome-monitor.png>
[separator]
[exec] (xeji) {xeji} </usr/share/icons/gnome/24x24/eyes.png>
[exec] (xeji) {xeji} </usr/share/icons/gnome/48x48/apps/eyes.png>
[separator]
[submenu] (Resolution) </usr/share/icons/gnome/24x24/gnome-monitor.png>
[submenu] (Resolution) </usr/share/icons/gnome/24x24/apps/gnome-monitor.png>
[exec] (640x480) {/opt/retrodebian/bin/set-resolution 640x480}
[exec] (800x600) {/opt/retrodebian/bin/set-resolution 800x600}
[exec] (1024x768) {/opt/retrodebian/bin/set-resolution 1024x768}
[end]
[submenu] (Games) </usr/share/icons/gnome/24x24/gnome-joystick.png>
[submenu] (Games) </usr/share/icons/gnome/24x24/apps/gnome-joystick.png>
[end]
[submenu] (Tools) </usr/share/icons/gnome/24x24/gnome-control-center.png>
[submenu] (Tools) </usr/share/icons/gnome/24x24/apps/gnome-control-center.png>
[end]
[submenu] (Diags) </usr/share/icons/gnome/24x24/gnome-cpu.png>
[submenu] (Diags) </usr/share/icons/gnome/24x24/apps/gnome-cpu.png>
[end]
[end]
[separator]

View File

@@ -69,3 +69,6 @@ ln -sf /usr/lib/libSDL-1.2.so.0 /usr/lib/libSDL-1.1.so.0
# Enabling ntp client
update-rc.d ntp defaults || true
# set default terminal
update-alternatives --set x-terminal-emulator /usr/bin/urxvt