Move pager to left. fvwm
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 28 Dec 2008 19:10:12 +0200
branchfvwm
changeset 353 6d29cd30411c
parent 352 40040a3896d7
child 354 33324795512a
Move pager to left.
.fvwm/config
--- a/.fvwm/config	Thu Dec 04 22:19:32 2008 +0200
+++ b/.fvwm/config	Sun Dec 28 19:10:12 2008 +0200
@@ -1,5 +1,20 @@
 # -*- mode: fvwm; -*-
 
+############################
+# Set Environment variables.
+############################
+
+SetEnv fvwm_img $[FVWM_USERDIR]/images
+SetEnv fvwm_icon $[FVWM_USERDIR]/icons
+SetEnv fvwm_scrpt $./scripts
+SetEnv fvwm_wallpapers $[FVWM_USERDIR]/wallpaper
+
+#####################
+# Set the image path.
+#####################
+
+ImagePath $[fvwm_icon]:$[fvwm_icon];.png:$[fvwm_wallpapers]:+
+
 # #################
 # Virtual Desktops.
 # #################
@@ -8,6 +23,7 @@
 DesktopName 0 Main
 DesktopName 1 Work
 DesktopName 2 Games
+# In percent.
 EdgeScroll 100 100
 EdgeResistance 150  150
 EdgeThickness 1
@@ -20,6 +36,16 @@
 MoveThreshold 3
 Style * SloppyFocus, MouseFocusClickRaises
 
+#################
+# Program Styles.
+#################
+# TODO need works.
+# Style "*" Icon 48x48/x.png, MiniIcon mini/x.png
+# Style "XTerm" Icon 48x48/terminal.png, NoActiveIconOverride, MiniIcon mini/terminal.png
+# Style "gvim" Icon 48x48/vim.png, IconOverride, MiniIcon mini/vim.png, EWMHMiniIconOverride
+# Style "Firefox-bin" Icon 48x48/firefox.png, MiniIcon mini/firefox.png, EWMHMiniIconOverride
+# Style "irssi" Icon 48x48/irc.png, MiniIcon mini/irc.png
+# Style "xmms" WindowListSkip, CirculateSkip
 
 # ############
 # FvwmTaskBar.
@@ -63,11 +89,11 @@
 # ##########
 # FvwmPager.
 # ##########
-Style "FvwmPager" NoTitle, Handles, Borders, Sticky, WindowListSkip, \
+Style "FvwmPager" NoTitle, Handles, Borders, BorderWidth 5, Sticky, WindowListSkip, \
   CirculateSkip, StaysOnBottom, FixedPosition, FixedSize, !Iconifiable
 
 DestroyModuleConfig FvwmPager: *
-*FvwmPager: Geometry 300x100-0-0
+*FvwmPager: Geometry 80x300-0+0
 *FvwmPager: Colorset * 9
 *FvwmPager: HilightColorset * 10
 *FvwmPager: BalloonColorset * 9
@@ -79,6 +105,11 @@
 *FvwmPager: Window3dBorders
 *FvwmPager: MiniIcons
 *FvwmPager: UseSkipList
-*FvwmPager: Rows 1
+*FvwmPager: Rows 3
+*FvwmPager: Columns 1
 
-Module FvwmPager 0 2
+AddToFunc StartFunction
++ I Module FvwmPager 0 2
++ I Module FvwmAnimate
++ I Module FvwmButtons
+