forked from mossblaser/YALU
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathyaluConfig.example
93 lines (75 loc) · 3.63 KB
/
yaluConfig.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
##############################################################################
################################################################################
#### YetAnotherLevelUp (YALU), an FVWM Configuration ####
#### ~ Jonathan Heathcote ####
#### ~ September 2009 - Present ####
#### ~ GNU GPLv3 ####
################################################################################
##############################################################################
#
# yaluConfig:
# User configurable options for yalu. Most of these should be configurable
# using the menus so it is reccomended that you use them. Please note that
# while FVWM in general is not case sensitive, the treatment of this file is
# so please use "SetEnv" not "setenv" and keep variable names in the correct
# casing.
################################################################################
# Default Applications #
################################################################################
# Text editor to use
SetEnv yaluEditor "gvim"
# Terminal emulator to use
SetEnv yaluTerminal "xterm"
# Web browser to use
SetEnv yaluBrowser "firefox"
################################################################################
# Window Behaviour #
################################################################################
# Focus model
SetEnv yaluFocusMode "ClickToFocus"
# Window Placing
SetEnv yaluPlaceMode "MinOverlapPlacement"
# Distance for window snapping (or the edge of the screen to resist resize)
SetEnv yaluSnapDistance "10"
# The corner to start alt-resizes from
# Valid options are:
# From Cursor: "Nop"
# From Top-Left: "WarpToWindow 0% 0%"
# From Top-Right: "WarpToWindow 100% 0%"
# From Bottom-Left: "WarpToWindow 0% 100%"
# From Bottom-Right: "WarpToWindow 100% 100%"
SetEnv yaluResizeCorner "WarpToWindow 100% 100%"
# Use Auto-Riase
# The delay in ms or -1 to disable
SetEnv yaluAutoRaise "-1"
################################################################################
# Desk and Paging Prefrences #
################################################################################
# Range of numbers of virtual desktops -1
SetEnv yaluDesks "0"
# Desktop Sizes (In Pages)
SetEnv yaluDeskWidth "3"
SetEnv yaluDeskHeight "2"
# Edge-Jump Size (In % of the screen's width)
SetEnv yaluEdgeJumpWidth "100"
SetEnv yaluEdgeJumpHeight "100"
# Edge-resistance for the pages (In ms)
SetEnv yaluEdgeResistDelay "0"
################################################################################
# Misc #
################################################################################
# The delay between a command completing and the screen terminating for
# yaluDelayExit (i.e. programs launched from a menu) controlled scripts (seconds)
SetEnv yaluDelayExitTime 30
# What list of applications should be shown on the right click menu?
# "recent" or "frequent"
SetEnv yaluExecHistoryType "frequent"
# Colourise windows by type
# "" to enable
# "Nop" to disable
SetEnv yaluWindowTypeColours ""
# File type used for icons
SetEnv yaluImageType "png"
# The filename of the theme to use
SetEnv yaluTheme "$[HOME]/.yalu/themes/default"
AddToFunc userColours I Style "Calendar" BackColor #d900d9, ForeColor #ec88ec, HilightBack #ec88ec, HilightFore #000000