aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--components/apps/ROX-Filer7
-rw-r--r--components/bindings/Extra-Keybindings3
-rw-r--r--preferences/EDITOR2
-rw-r--r--preferences/EDITOR~1
-rw-r--r--preferences/ShowDirectories5
-rw-r--r--preferences/ShowDirectories~4
-rw-r--r--preferences/Startup2
-rw-r--r--recipes/Dakkar20
8 files changed, 26 insertions, 18 deletions
diff --git a/components/apps/ROX-Filer b/components/apps/ROX-Filer
deleted file mode 100644
index 889b553..0000000
--- a/components/apps/ROX-Filer
+++ /dev/null
@@ -1,7 +0,0 @@
-# Launch the pinboard
-Test (Init) Test (x rox) Exec exec rox --pinboard=Default
-
-# Set the specified wallpaper using ROX-Filer's pinboard
-DestroyFunc Wallpaper-Set
-AddToFunc Wallpaper-Set
-+ I Test (x rox) Exec echo "<?xml version=\"1.0\"?><env:Envelope xmlns:env=\"http://www.w3.org/2001/12/soap-envelope\"><env:Body xmlns=\"http://rox.sourceforge.net/SOAP/ROX-Filer\"><SetBackdrop><Filename>$*</Filename><Style>Fit</Style></SetBackdrop></env:Body></env:Envelope>" | rox -R
diff --git a/components/bindings/Extra-Keybindings b/components/bindings/Extra-Keybindings
index f1f9fef..9c339d4 100644
--- a/components/bindings/Extra-Keybindings
+++ b/components/bindings/Extra-Keybindings
@@ -21,3 +21,6 @@ Key Pause A $[Mod1] Exec xscreensaver-command -lock
Key XF86MonBrightnessDown A $[Mod1] Exec xscreensaver-command -lock
Key Pause A $[Mod1]S Exec xscreensaver-command -lock && sudo pm-suspend
+
+Key F7 A $[Mod1] Exec xbacklight -dec 10
+Key F8 A $[Mod1] Exec xbacklight -inc 10
diff --git a/preferences/EDITOR b/preferences/EDITOR
index 88c15af..1aa35f6 100644
--- a/preferences/EDITOR
+++ b/preferences/EDITOR
@@ -1 +1 @@
-SetEnv EDITOR "/bin/nano"
+SetEnv EDITOR "/usr/bin/emacsclient"
diff --git a/preferences/EDITOR~ b/preferences/EDITOR~
new file mode 100644
index 0000000..88c15af
--- /dev/null
+++ b/preferences/EDITOR~
@@ -0,0 +1 @@
+SetEnv EDITOR "/bin/nano"
diff --git a/preferences/ShowDirectories b/preferences/ShowDirectories
index 0240e9a..072783f 100644
--- a/preferences/ShowDirectories
+++ b/preferences/ShowDirectories
@@ -1,4 +1 @@
-~/.fvwm-crystal ~/Developement/FVWM-Crystal/sourceforge/fvwm-crystal-code/
-~/Amiga
-~/Elec
-~/HTC ~/Backup_HTC
+~/.fvwm-crystal
diff --git a/preferences/ShowDirectories~ b/preferences/ShowDirectories~
new file mode 100644
index 0000000..0240e9a
--- /dev/null
+++ b/preferences/ShowDirectories~
@@ -0,0 +1,4 @@
+~/.fvwm-crystal ~/Developement/FVWM-Crystal/sourceforge/fvwm-crystal-code/
+~/Amiga
+~/Elec
+~/HTC ~/Backup_HTC
diff --git a/preferences/Startup b/preferences/Startup
index d750037..bffd8fa 100644
--- a/preferences/Startup
+++ b/preferences/Startup
@@ -1,2 +1,2 @@
# stuff to do after basic functions are loaded, but before
-# applications / bindings are set \ No newline at end of file
+# applications / bindings are set
diff --git a/recipes/Dakkar b/recipes/Dakkar
index d579a88..91b9348 100644
--- a/recipes/Dakkar
+++ b/recipes/Dakkar
@@ -45,7 +45,7 @@ AddToFunc FvwmPagerWindow
+ I All (FvwmPager) Close
+ I DestroyModuleConfig FvwmPager: *
+ I PipeRead 'echo InfoStoreAdd FvwmPager_Width $((28*$[infostore.Desk_Pages_X])); echo InfoStoreAdd FvwmPager_Height $((24*$[infostore.Desk_Pages_Y]))'
-+ I PipeRead 'echo *FvwmPager: Geometry $[infostore.FvwmPager_Width]x$[infostore.FvwmPager_Height]+$((($[vp.width]-$[infostore.FvwmPager_Width])/2))'
++ I PipeRead 'echo *FvwmPager: Geometry $[infostore.FvwmPager_Width]x$[infostore.FvwmPager_Height]+$(((2560-$[infostore.FvwmPager_Width])/2))'
+ I *FvwmPager: MiniIcons
+ I *FvwmPager: Font none
+ I *FvwmPager: WindowBorderWidth 1
@@ -58,12 +58,12 @@ AddToFunc FvwmPagerWindow
FvwmPagerWindow
-FvwmTrayerPanel request pixel "24" top right "248" "4"
+FvwmTrayerPanel request pixel "24" top right "420" "4"
Style trayer UseStyle FvwmParts
All (FvwmButtons-Panel) Close
DestroyModuleConfig FvwmButtons-Panel: *
-*FvwmButtons-Panel: Geometry -3+3
+*FvwmButtons-Panel: Geometry -3+3@p
*FvwmButtons-Panel: BoxSize smart
*FvwmButtons-Panel: ActiveColorset $[infostore.cs_panel_active]
*FvwmButtons-Panel: Colorset $[infostore.cs_panel_inactive]
@@ -86,6 +86,8 @@ Action (Mouse 3) Window-List-Icons "$[MenuPosition_SW]")
*FvwmButtons-Panel: (1x1, Size 22 22, Icon "22x22/fvwm-crystal/applications.png", \
Action (Mouse 1) Menu /Applications $[MenuPosition_SW])
+*FvwmButtons-Panel: (7x1, Size 165 24, Swallow (Close, Respawn) "dakkar-battery" `Exec /home/dakkar/src/battery/battery`)
+
*FvwmButtons-Panel: (7x1, Size 154 24, \
Swallow (Close, Respawn, FvwmModule) "FvwmScript-Clock" 'Script components/scripts/FvwmScript-Clock', \
Action (Mouse 3) SendToModule *FvwmScript-Clock SendString 1 1 str)
@@ -99,7 +101,15 @@ AddToFunc StartFunction
+ I Style mwatch !FixedPosition
+ I Style gkrellm !FixedPosition
+ I UpdateStyles
-+ I All (mwatch) Move -0 +30p
-+ I All (gkrellm) Move -0 -0
++ I All (mwatch) Move screen p -0 +30p
++ I All (gkrellm) Move screen p -0 -0
+ I Style mwatch FixedPosition
+ I Style gkrellm FixedPosition
+
+DestroyMenu /Keymap
+AddToMenu /Keymap
++ 'Dvorak' Exec /home/dakkar/bin/kbd-dakkar
++ 'QWERTY' Exec /home/dakkar/bin/kbd-qw
+
+AddToMenu /FVWM-Crystal
++ 'Keymap' Popup /Keymap