You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

16 lines
460 B

#------------------------------------------------
#
# variable definitions
#
#------------------------------------------------
# what will be yout mod key? Use Mod4 for "window" key, Mod1 for "alt"
set $mod ${{echo $RF_MOD_KEY}}
#set $mod Mod1
# helper scripts location
set $scriptsDir /usr/share/ratflow/scripts
# config dir
set $configDir ${{echo "$HOME/.config/ratflow"}}
set $profileConfigDir ${{echo "$HOME/.config/ratflow/profiles/current/config.d"}}