| Home | Site Map | | ||
| CUBISTCODE | ||
|
Minimal Linux Desktop
This is my .xinitrc file, which gives me a minimal, full screen Linux desktop using Matchbox window manager and the panel from LXDE, LXPanel. The taskbar in the panel gives a full screen tabbed window effect. All this is part of Debian Sid.
#!/bin/sh #tint2 & xbindkeys & /usr/lib/notification-daemon/notification-daemon & syndaemon -d -R -i .5 $HOME/bin/randdesktop.py x-terminal-emulator & #x-terminal-emulator -e lfm & #rednotebook & #leafpad ~/notes.txt & #gsynaptics-init & # dwm loop #while true #do # xsetroot -name "$(xmms2 current) | $(acpi -b | sed -r 's/^[^,]+,//') | $(date +'%I:%M %a %b %d ')" # sleep 10 #done & # run in subshell #exec firefox -height 800 -width 1280 #start comp. mgr #$HOME/bin/xcompmgr_start.sh xsetroot -cursor_name left_ptr #perlpanel & #hpanel & #tint2 & #perlpanel & lxpanel & #matchbox-panel --orientation north & exec matchbox-window-manager -use_titlebar no -use_lowlight yes -theme MBOpus #exec stumpwm #exec ion2 #exec pwm2 #exec pekwm #exec jwm #exec flwm -x #exec pekwm exec startlxde xsetroot -cursor_name left_ptr #exec scrotwm #exec windowlab #exec startlxde #exec startxfce4 #exec awesome "$HOME/bin/root_name_daemon.sh" exec dwm #if [ $(date +%H) -gt 16 ] || [ $(date +%H) -lt 6 ]; then # "$HOME/bin/root_name_daemon.sh" # exec dwm #else # #exec matchbox-window-manager -use_titlebar yes -theme "expose" # exec startlxde #fi Tags: gtk, linux, windows
|
| Home | Site Map | |