# 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"