Skip to content

Commit

Permalink
add new wallpapers for CrystalBalls; cleanup files
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasFunk committed Nov 9, 2012
1 parent 34a3537 commit 5a6183d
Show file tree
Hide file tree
Showing 23 changed files with 876 additions and 384 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
@@ -1,5 +1,8 @@
History: History:


11/09/2012 V 0.5.28
- cleanup files

11/05/2012 V 0.5.27 11/05/2012 V 0.5.27
- add new wallpapers for CrystalBalls - add new wallpapers for CrystalBalls


Expand Down
64 changes: 32 additions & 32 deletions fvwm-nightshade/.bindings
@@ -1,14 +1,14 @@
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
# File: .bindings # File: .bindings
# Version: 1.0.0 # Version: 1.0.1
# Licence: GPL 2 # Licence: GPL 2
# #
# Description: keyboard bindings # Description: keyboard bindings
# #
# Author: Thomas Funk <t.funk@web.de> # Author: Thomas Funk <t.funk@web.de>
# #
# Created: 10/24/2012 # Created: 10/24/2012
# Changed: <MM/DD/YYYY> # Changed: 11/09/2012
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
# #
# Overview: # Overview:
Expand All @@ -34,11 +34,11 @@
#*********************************************************************** #***********************************************************************
# 6.2.1 ALT + Key # 6.2.1 ALT + Key
#*********************************************************************** #***********************************************************************
# Keyname Context Modifi Function # Keyname Context Modifi Function
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
# Switching focus between windows. (ALT-Tab) # Switching focus between windows. (ALT-Tab)
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
Key Tab A M FuncSwitchWindow Key Tab A M FuncSwitchWindow
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
# Print screenshot of whole desktop (page) # Print screenshot of whole desktop (page)
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
Expand All @@ -48,57 +48,57 @@ Key Print A M FuncDesktopCreateScreenshot 5
#*********************************************************************** #***********************************************************************
# 6.2.2 ALT-SHIFT + Key # 6.2.2 ALT-SHIFT + Key
#*********************************************************************** #***********************************************************************
# Keyname Context Modifi Function # Keyname Context Modifi Function
# keyboard accelerators # keyboard accelerators
# SHIFT is needed to let apps (xwe, dosemu, kcalc) to handle ALT-FN keys # SHIFT is needed to let apps (xwe, dosemu, kcalc) to handle ALT-FN keys
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
# F1 open root menu # F1 open root menu
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
Key F1 A SM Menu MenuRoot Key F1 A SM Menu MenuRoot
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
# F2 launch "run application" dialog box # F2 launch "run application" dialog box
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
Key F2 A SM Module FvwmForm FvwmForm-RunCommand Key F2 A SM Module FvwmForm FvwmForm-RunCommand
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
# F3 open window list # F3 open window list
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
Key F3 A SM WindowList Key F3 A SM WindowList
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
# F4 close active window # F4 close active window
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
Key F4 A SM Pick Close Key F4 A SM Pick Close
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
# #
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
#Key F5 A SM #Key F5 A SM
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
# F6 cycle between windows belonging to the current application # F6 cycle between windows belonging to the current application
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
Key F6 A SM Next (CurrentPage, $[w.resource]) FuncSelectWindow Key F6 A SM Next (CurrentPage, $[w.resource]) FuncSelectWindow
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
# F7 move the active window # F7 move the active window
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
Key F7 A SM Pick Move Key F7 A SM Pick Move
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
# F8 resize the active window # F8 resize the active window
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
Key F8 A SM Pick Resize Key F8 A SM Pick Resize
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
# F9 minimize the active window # F9 minimize the active window
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
Key F9 A SM Pick Iconify Key F9 A SM Pick FuncIconify
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
# F10 maximize/restore the active window # F10 maximize/restore the active window
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
Key F10 A SM Pick Maximize Key F10 A SM Pick Maximize
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
# F11 maximize active window to fullscreen and back # F11 maximize active window to fullscreen and back
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
Key F11 A SM Pick FuncMaximizeFullScreen Key F11 A SM Pick FuncMaximizeFullScreen
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
# F12 identify active window # F12 identify active window
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
Key F12 A SM Pick Module FvwmIdent Key F12 A SM Pick Module FvwmIdent


#----------------------------------------------------------------------- #-----------------------------------------------------------------------
# press SHIFT-ALT arrow anywhere, move active # press SHIFT-ALT arrow anywhere, move active
Expand All @@ -119,10 +119,10 @@ Key F12 A SM Pick Module FvwmIdent
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
# press ALT-CTRL-SHIFT arrow anywhere, and scroll by 10% of a page OK # press ALT-CTRL-SHIFT arrow anywhere, and scroll by 10% of a page OK
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
Key Left A SCM Scroll -10 +0 Key Left A SCM Scroll -10 +0
Key Right A SCM Scroll +10 +0 Key Right A SCM Scroll +10 +0
Key Up A SCM Scroll +0 -10 Key Up A SCM Scroll +0 -10
Key Down A SCM Scroll +0 +10 Key Down A SCM Scroll +0 +10


#----------------------------------------------------------------------- #-----------------------------------------------------------------------
# Help info with SHIFT-CTRL-ALT A to show all ALT related key bindings # Help info with SHIFT-CTRL-ALT A to show all ALT related key bindings
Expand Down Expand Up @@ -153,7 +153,7 @@ key H A SCM FuncShowMessage "Help Keys with CTRL-ALT" \
#*********************************************************************** #***********************************************************************
# 6.2.4 CTRL + Key # 6.2.4 CTRL + Key
#*********************************************************************** #***********************************************************************
# Keyname Context Modifi Function # Keyname Context Modifi Function


#*********************************************************************** #***********************************************************************
# 6.2.5 CTRL-ALT + Key # 6.2.5 CTRL-ALT + Key
Expand All @@ -162,10 +162,10 @@ key H A SCM FuncShowMessage "Help Keys with CTRL-ALT" \
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
# press ALT-CTRL arrow anywhere, and move the pointer by 1% of a page # press ALT-CTRL arrow anywhere, and move the pointer by 1% of a page
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
Key Left A CM CursorMove -1 +0 Key Left A CM CursorMove -1 +0
Key Right A CM CursorMove +1 +0 Key Right A CM CursorMove +1 +0
Key Up A CM CursorMove +0 -1 Key Up A CM CursorMove +0 -1
Key Down A CM CursorMove +0 +1 Key Down A CM CursorMove +0 +1


#*********************************************************************** #***********************************************************************
# 6.2.6 SHIFT-CTRL + Key # 6.2.6 SHIFT-CTRL + Key
Expand All @@ -184,28 +184,28 @@ Key Down A CM CursorMove +0 +1
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
# open full windows oops menu # open full windows oops menu
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
Key F1 A SC Menu MenuWindowOpsFull Key F1 A SC Menu MenuWindowOpsFull
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
# launch FvwmConsole # launch FvwmConsole
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
Key F2 A SC FuncFvwmConsole Key F2 A SC FuncFvwmConsole


#----------------------------------------------------------------------- #-----------------------------------------------------------------------
# hide/unhide all windows # hide/unhide all windows
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
Key D A SC All (CurrentPage, AcceptsFocus) Iconify Key D A SC All (CurrentPage, AcceptsFocus) Iconify
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
# lock Screen # lock Screen
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
Key L A SC Exec exec xscreensaver-command -lock Key L A SC Exec exec xscreensaver-command -lock
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
# launch Terminal # launch Terminal
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
Key T A SC Exec exec $[infostore.default_terminal] Key T A SC Exec exec $[infostore.default_terminal]
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
# Print screenshot for active window # Print screenshot for active window
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
Key Print A SC FuncWindowCreateScreenshot Key Print A SC FuncWindowCreateScreenshot


#----------------------------------------------------------------------- #-----------------------------------------------------------------------
# Help info with SHIFT-CTRL-ALT C to show all CTRL related key bindings # Help info with SHIFT-CTRL-ALT C to show all CTRL related key bindings
Expand Down
4 changes: 2 additions & 2 deletions fvwm-nightshade/.settings
@@ -1,13 +1,13 @@
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
# File: .settings # File: .settings
# Version: 1.0.5 # Version: 1.0.6
# Licence: GPL 2 # Licence: GPL 2
# #
# Description: base settings for Fvwm-Nighshade # Description: base settings for Fvwm-Nighshade
# #
# Author: Thomas Funk <t.funk@web.de> # Author: Thomas Funk <t.funk@web.de>
# Created: 08/11/2012 # Created: 08/11/2012
# Changed: 10/24/2012 # Changed: 11/09/2012
#----------------------------------------------------------------------- #-----------------------------------------------------------------------


#*********************************************************************** #***********************************************************************
Expand Down

0 comments on commit 5a6183d

Please sign in to comment.