kpy3 / fvwm-config

My FVWM config

fvwm-config / variables
100644 30 lines (22 sloc) 1.043 kb
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
# Theme & Icons
SetEnv ThemeColor blue # "blue", "green", "grey", or "orange"
SetEnv ThemeStyle unity # "tyrex" or "unity"
SetEnv IconSet CrystalDiamond
SetEnv Icon16x16Apps $[FVWM_USERDIR]/icons/$[IconSet]/16x16/apps
SetEnv Icon16x16Actions $[FVWM_USERDIR]/icons/$[IconSet]/16x16/actions
 
 
SetEnv alpha_tint 60 # Level of dock tinting
 
# Battery
SetEnv BatteryCritical 3 # If charged state <= this number, critical battery icon will appear
SetEnv BatteryLow 10 # If charged state <= this number, low battery icon will appear
 
# Constants:
ImagePath $[FVWM_USERDIR]/images/
SetEnv fvwm_icon_size 100
 
################################################################
# #
# Aplication Bindings #
# #
################################################################
 
# Terminal
SetEnv TermName urxvt
 
# Screen lock
SetEnv ScreenLock "xscreensaver-command -lock"