.fvwm/config
branchfvwm
changeset 353 6d29cd30411c
parent 352 40040a3896d7
child 354 33324795512a
equal deleted inserted replaced
352:40040a3896d7 353:6d29cd30411c
     1 # -*- mode: fvwm; -*-
     1 # -*- mode: fvwm; -*-
       
     2 
       
     3 ############################
       
     4 # Set Environment variables.
       
     5 ############################
       
     6 
       
     7 SetEnv fvwm_img $[FVWM_USERDIR]/images
       
     8 SetEnv fvwm_icon $[FVWM_USERDIR]/icons
       
     9 SetEnv fvwm_scrpt $./scripts
       
    10 SetEnv fvwm_wallpapers $[FVWM_USERDIR]/wallpaper
       
    11 
       
    12 #####################
       
    13 # Set the image path.
       
    14 #####################
       
    15 
       
    16 ImagePath $[fvwm_icon]:$[fvwm_icon];.png:$[fvwm_wallpapers]:+
     2 
    17 
     3 # #################
    18 # #################
     4 # Virtual Desktops.
    19 # Virtual Desktops.
     5 # #################
    20 # #################
     6 
    21 
     7 DesktopSize 3x3
    22 DesktopSize 3x3
     8 DesktopName 0 Main
    23 DesktopName 0 Main
     9 DesktopName 1 Work
    24 DesktopName 1 Work
    10 DesktopName 2 Games
    25 DesktopName 2 Games
       
    26 # In percent.
    11 EdgeScroll 100 100
    27 EdgeScroll 100 100
    12 EdgeResistance 150  150
    28 EdgeResistance 150  150
    13 EdgeThickness 1
    29 EdgeThickness 1
    14 
    30 
    15 # #########################
    31 # #########################
    18 
    34 
    19 ClickTime 350
    35 ClickTime 350
    20 MoveThreshold 3
    36 MoveThreshold 3
    21 Style * SloppyFocus, MouseFocusClickRaises
    37 Style * SloppyFocus, MouseFocusClickRaises
    22 
    38 
       
    39 #################
       
    40 # Program Styles.
       
    41 #################
       
    42 # TODO need works.
       
    43 # Style "*" Icon 48x48/x.png, MiniIcon mini/x.png
       
    44 # Style "XTerm" Icon 48x48/terminal.png, NoActiveIconOverride, MiniIcon mini/terminal.png
       
    45 # Style "gvim" Icon 48x48/vim.png, IconOverride, MiniIcon mini/vim.png, EWMHMiniIconOverride
       
    46 # Style "Firefox-bin" Icon 48x48/firefox.png, MiniIcon mini/firefox.png, EWMHMiniIconOverride
       
    47 # Style "irssi" Icon 48x48/irc.png, MiniIcon mini/irc.png
       
    48 # Style "xmms" WindowListSkip, CirculateSkip
    23 
    49 
    24 # ############
    50 # ############
    25 # FvwmTaskBar.
    51 # FvwmTaskBar.
    26 # ############
    52 # ############
    27 
    53 
    61 Mouse 1 R A Menu Utilities Nop
    87 Mouse 1 R A Menu Utilities Nop
    62 
    88 
    63 # ##########
    89 # ##########
    64 # FvwmPager.
    90 # FvwmPager.
    65 # ##########
    91 # ##########
    66 Style "FvwmPager" NoTitle, Handles, Borders, Sticky, WindowListSkip, \
    92 Style "FvwmPager" NoTitle, Handles, Borders, BorderWidth 5, Sticky, WindowListSkip, \
    67   CirculateSkip, StaysOnBottom, FixedPosition, FixedSize, !Iconifiable
    93   CirculateSkip, StaysOnBottom, FixedPosition, FixedSize, !Iconifiable
    68 
    94 
    69 DestroyModuleConfig FvwmPager: *
    95 DestroyModuleConfig FvwmPager: *
    70 *FvwmPager: Geometry 300x100-0-0
    96 *FvwmPager: Geometry 80x300-0+0
    71 *FvwmPager: Colorset * 9
    97 *FvwmPager: Colorset * 9
    72 *FvwmPager: HilightColorset * 10
    98 *FvwmPager: HilightColorset * 10
    73 *FvwmPager: BalloonColorset * 9
    99 *FvwmPager: BalloonColorset * 9
    74 *FvwmPager: WindowColorsets 9 10
   100 *FvwmPager: WindowColorsets 9 10
    75 *FvwmPager: Font "xft:Sans:Bold:pixelsize=12:minspace=True:antialias=True"
   101 *FvwmPager: Font "xft:Sans:Bold:pixelsize=12:minspace=True:antialias=True"
    77 *FvwmPager: BalloonFont "xft:Sans:Bold:pixelsize=12:minspace=True:antialias=True"
   103 *FvwmPager: BalloonFont "xft:Sans:Bold:pixelsize=12:minspace=True:antialias=True"
    78 *FvwmPager: BallonYOffset +2
   104 *FvwmPager: BallonYOffset +2
    79 *FvwmPager: Window3dBorders
   105 *FvwmPager: Window3dBorders
    80 *FvwmPager: MiniIcons
   106 *FvwmPager: MiniIcons
    81 *FvwmPager: UseSkipList
   107 *FvwmPager: UseSkipList
    82 *FvwmPager: Rows 1
   108 *FvwmPager: Rows 3
       
   109 *FvwmPager: Columns 1
    83 
   110 
    84 Module FvwmPager 0 2
   111 AddToFunc StartFunction
       
   112 + I Module FvwmPager 0 2
       
   113 + I Module FvwmAnimate
       
   114 + I Module FvwmButtons
       
   115