/usr/share/doc/larswm/examples/example-larswm.mc 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 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 | !!!!!!!!!!!!!!!!!!!!!!!!
! larswm configuration !
!!!!!!!!!!!!!!!!!!!!!!!!
!
! Don't edit .larswmrc , edit larswm.mc and regenerate your .larswmrc by
! running "m4 larswm.mc >.larswmrc"
!
include(`larswm.m4')dnl
!
! Default window properties
!
PROP(background,darkslategray)
PROP(foreground,lightgray)
!
! Virtual desktop settings
!
PROP(desktops, 4)
DTASPROP(dtname, 0, `Dink [1---]')
DTASPROP(dtname, 1, `Slay [-2--]')
DTASPROP(dtname, 2, `Hack [--3-]')
DTASPROP(dtname, 3, `Surf [---4]')
DTASPROP(left_track_width, 0, 69)
DTASPROP(left_track_width, 1, 69)
DTASPROP(left_track_width, 2, 69)
DTASPROP(left_track_width, 3, 69)
!
! Focus and tiling behaviour
!
DTALLPROP(tile_resize, False)
DTALLPROP(skip_focus, False)
DTALLPROP(clickthru, False)
DTPROP(clickthru, 0, 3, True)
!
! Window class patterns
!
TOOLCLASS(`XTerm~eventlog')
TOOLCLASS(`XDaliClock')
TOOLCLASS(`XOsview')
TOOLCLASS(`xmms~XMMS_Player')
TOOLCLASS(`XkbLEDPanel')
FLOATCLASS(`fXterm~xterm')
STICKYCLASS(`fXterm~xterm')
STICKYCLASS(`XDaliClock')
STICKYCLASS(`XOsview')
DOTILECLASS(`tXterm~xterm')
DOTILECLASS(`Emacs')
DOTILECLASS(`Mozilla~Navigator')
dnl DOTILECLASS(`Firefox-bin~Gecko')
dnl DOTILECLASS(`Thunderbird-bin~Gecko')
DTCLASS(`Mozilla~navigator', 3)
DTCLASS(`Thunderbird-bin', 0)
!
! Larswm command keys
!
KEY(End, Shift+Control, hide)
KEY(Home, Shift+Control, unhide)
KEY(Delete, Shift+Control, close)
dnl
dnl ! Keys for the two-on-left patch
dnl KEY(Left, Shift+Control+Alt, two_on_left)
dnl KEY(Down, Shift+Control+Alt, two_on_left_shrink)
dnl KEY(Up, Shift+Control+Alt, two_on_left_grow)
dnl
DTKEY(F1, Alt, goto_desktop, 0)
DTKEY(F2, Alt, goto_desktop, 1)
DTKEY(F3, Alt, goto_desktop, 2)
DTKEY(F4, Alt, goto_desktop, 3)
!
! Application Keys and mouse buttons
!
APPBUTTON(2, `xcolour xterm -ls -class uXterm -fn neep-18 -geometry 80x25')
APPBUTTON(3, `xcolour xterm -ls -class tXterm -fn neep-18')
APPKEY(u, Control+Alt, `xcolour xterm -ls -class uXterm -fn neep-18 -geometry 80x25')
APPKEY(t, Control+Alt, `xcolour xterm -ls -class tXterm -fn neep-18')
APPKEY(m, Control+Alt, `firefox -P default')
APPKEY(e, Control+Alt, `emacs')
APPKEY(j, Control+Alt, `jpilot')
APPKEY(q, Control+Alt, `larsremote exit')
APPKEY(3, Control+Alt, `xmms')
APPKEY(i, Control+Alt, `xmix')
APPKEY(g, Control+Alt, `emacs -f gnus')
APPKEY(n, Control+Alt, `thunderbird')
APPKEY(Menu, None, `xcolour xterm -ls -class uXterm -fn modd-12 -geometry 80x10+1-1 -e env SHELL=run bash')
!
! App keys for Logitech iTouch keyboard
!
XF86KEY(Standby, `lock')
XF86KEY(Finance, `xtightvncviewer')
XF86KEY(MySites, `firefox -P proxytesting')
XF86KEY(Community, `mp3-pl-osd')
XF86KEY(Favorites, `mp3-osd -d 8')
XF86KEY(AudioPrev, `xmms-remote --rew')
XF86KEY(AudioNext, `xmms-remote --fwd')
XF86KEY(AudioMedia, `xcolour xterm -ls -class uXterm -fn neep-18 -geometry 80x15 -e aumix')
XF86KEY(AudioRaiseVolume, `aumix -v+2')
XF86KEY(AudioLowerVolume, `aumix -v-2')
XF86KEY(AudioMute, `mute')
XF86KEY(AudioPlay, `xmms-remote --play-pause')
XF86KEY(AudioStop, `xmms-remote --stop')
XF86KEY(iTouch, `vmware')
XF86KEY(Mail, `thunderbird')
dnl XF86KEY(Shop, `')
dnl XF86KEY(Search, `')
XF86KEY(HomePage, `firefox -P default')
|