General tidying and some minor upgrades.
This commit is contained in:
parent
0694b02351
commit
b8c632fbf3
@ -25,6 +25,5 @@ PipeRead 'echo "InfoStoreAdd locker `cat $FVWM_USERDIR/.data/prefs/progs/
|
|||||||
|
|
||||||
# [Current Theme]
|
# [Current Theme]
|
||||||
PipeRead 'echo "InfoStoreAdd theme `cat $FVWM_USERDIR/.data/prefs/cosmetics/theme`"'
|
PipeRead 'echo "InfoStoreAdd theme `cat $FVWM_USERDIR/.data/prefs/cosmetics/theme`"'
|
||||||
PipeRead 'echo "InfoStoreAdd colors `cat $FVWM_USERDIR/.data/prefs/cosmetics/colors`"'
|
|
||||||
PipeRead 'echo "InfoStoreAdd pape `cat $FVWM_USERDIR/.data/prefs/cosmetics/pape`"'
|
PipeRead 'echo "InfoStoreAdd pape `cat $FVWM_USERDIR/.data/prefs/cosmetics/pape`"'
|
||||||
PipeRead 'echo "InfoStoreAdd std_font `cat $FVWM_USERDIR/.data/prefs/cosmetics/std_font`"'
|
PipeRead 'echo "InfoStoreAdd std_font `cat $FVWM_USERDIR/.data/prefs/cosmetics/std_font`"'
|
||||||
|
@ -1 +0,0 @@
|
|||||||
Just symlink fxde-themes to this directory, or copy theme packages into it.
|
|
@ -19,11 +19,11 @@ Key I A CM Exec exec $[infostore.im]
|
|||||||
Key C A CM Exec exec $[infostore.calc]
|
Key C A CM Exec exec $[infostore.calc]
|
||||||
|
|
||||||
# Shortcut for killing stuff
|
# Shortcut for killing stuff
|
||||||
Key Q A CM Close
|
Key Q A CM Destroy
|
||||||
|
|
||||||
# Window focus
|
# Window focus
|
||||||
Key Tab A M Next (CurrentDesk, AcceptsFocus) FocusFunc
|
Key Tab A M Next (CurrentPage, AcceptsFocus) TaskSwitchFunc
|
||||||
Key Tab A SM Prev (CurrentDesk, AcceptsFocus) FocusFunc
|
Key Tab A SM Prev (CurrentPage, AcceptsFocus) TaskSwitchFunc
|
||||||
|
|
||||||
# Maximize
|
# Maximize
|
||||||
Key F11 A A Maximize
|
Key F11 A A Maximize
|
||||||
|
10
mainrc
10
mainrc
@ -3,11 +3,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
Read modules/shelf
|
|
||||||
Read modules/taskbar
|
|
||||||
Read modules/pager
|
|
||||||
Read modules/events
|
|
||||||
|
|
||||||
Read .data/prefrc
|
Read .data/prefrc
|
||||||
Read infra/funcrc
|
Read infra/funcrc
|
||||||
Read infra/varrc
|
Read infra/varrc
|
||||||
@ -16,6 +11,11 @@ Read infra/kbindrc
|
|||||||
Read infra/menurc
|
Read infra/menurc
|
||||||
Read infra/windrc
|
Read infra/windrc
|
||||||
|
|
||||||
|
Read modules/shelf
|
||||||
|
Read modules/taskbar
|
||||||
|
Read modules/pager
|
||||||
|
Read modules/events
|
||||||
|
|
||||||
DestroyFunc StartFunction
|
DestroyFunc StartFunction
|
||||||
AddToFunc StartFunction
|
AddToFunc StartFunction
|
||||||
|
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
#Define the shelf.
|
#Define the shelf.
|
||||||
|
|
||||||
Style "Shelf" NoTitle, !Handles, !Borders, Sticky, WindowListSkip, \
|
Style "Shelf" NeverFocus, NoTitle, !Handles, !Borders, Sticky, WindowListSkip, \
|
||||||
CirculateSkip, StaysOnBottom, FixedPosition, FixedSize, !Iconifiable, NeverFocus
|
CirculateSkip, StaysOnBottom, FixedPosition, FixedSize, \
|
||||||
|
!Iconifiable, !Closable, !Maximizable
|
||||||
|
|
||||||
DestroyModuleConfig Shelf
|
DestroyModuleConfig Shelf
|
||||||
|
|
||||||
|
@ -33,10 +33,11 @@ DestroyModuleConfig TaskBarButtons
|
|||||||
*TaskBarButtons: IconButton down
|
*TaskBarButtons: IconButton down
|
||||||
*TaskBarButtons: IconAndSelectButton down
|
*TaskBarButtons: IconAndSelectButton down
|
||||||
*TaskBarButtons: SelectButton up
|
*TaskBarButtons: SelectButton up
|
||||||
|
*TaskBarButtons: FocusAndSelectButton up
|
||||||
|
|
||||||
*TaskBarButtons: Colorset 16
|
*TaskBarButtons: Colorset 16
|
||||||
*TaskBarButtons: FocusAndSelectColorset 17
|
*TaskBarButtons: FocusAndSelectColorset 17
|
||||||
|
*TaskBarButtons: IconAndSelectColorset 18
|
||||||
*TaskBarButtons: Shape true
|
*TaskBarButtons: Shape true
|
||||||
|
|
||||||
# Button actions.
|
# Button actions.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user