/usr/share/doc/larswm/examples/sample.larswmrc is in larswm 7.5.3-6.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 | !!!!!!!!!!!!!!!!!!!!!
! .larswmrc example !
!!!!!!!!!!!!!!!!!!!!!
! These are the windows I want tiled
!
larswm.dotileclass.0: XTerm~xterm
larswm.dotileclass.1: navigator:browser~Mozilla
larswm.dotileclass.2: Mozilla-bin
! Some tool windows
!
larswm.toolclass.0: XLoad~xload
larswm.toolclass.1: XBiff~xbiff
larswm.toolclass.2: XClock~xclock
! Windows that should always stay above other windows
!
larswm.floatclass.0: XCalc~xcalc
larswm.floatclass.1: Gaim
larswm.floatclass.2: larsmenu~larsmenu
! Windows that should be visible on all virtual desktops
!
larswm.stickyclass.0: larsmenu~larsmenu
! Assign all new web browser windows to the WWW desktop
!
larswm.dtclass.0: navigator:browser~Mozilla
larswm.dtnum.0: 1
larswm.dtclass.1: Mozilla-bin
larswm.dtnum.1: 1
! Use a wider left track on the WWW desktop
!
larswm.?.1.left_track_width: 80
! Do not resize windows on the WWW desktop
!
larswm.?.1.tile_resize: False
! Automatically shift focused window to the left track on WWW desktop
!
larswm.?.1.skip_focus: False
! larswm Menu - Middle Mousebutton
!
larswm.button2.application: larsmenu -popup '* LARSWM *:exit' 'R E S T A R T:larsremote restart' 'E X I T:larsremote exit' '* Exit Menu *:exit'
! Start Menu - Right Mousebutton
!
larswm.button3.application: larsmenu -popup '* START *:exit' 'XTerm:xterm' 'Mozilla:mozilla' 'Emacs:emacs' 'GVim:gvim' 'Instant Messenger:gaim' 'Calculator:xcalc' '* Exit Menu *:exit'
! larswm Menu - Alt+Escape
!
larswm.application.0: larsmenu -popup '* LARSWM *:exit' 'R E S T A R T:larsremote restart' 'E X I T:larsremote exit' '* Exit Menu *:exit'
larswm.application_key.0: Escape
larswm.application_mod.0: Alt
! Start Menu - Alt+Return
!
larswm.application.1: larsmenu -popup '* START *:exit' 'XTerm:xterm' 'Mozilla:mozilla' 'Emacs:emacs' 'GVim:gvim' 'Instant Messenger:gaim' 'Calculator:xcalc' '* Exit Menu *:exit'
larswm.application_key.1: Return
larswm.application_mod.1: Alt
! XTerm - Shift+Control+Return
!
larswm.application.2: xterm
larswm.application_key.2: Return
larswm.application_mod.2: Shift+Control
|