moved to personal fennel config for awesome and added qutebrowser

This commit is contained in:
Chris Cochrun 2020-10-13 17:35:26 -05:00
parent 403cb92b7d
commit 688748f8a6
502 changed files with 8576 additions and 9597 deletions

View file

@ -0,0 +1,10 @@
local user_preferences = {}
user_preferences.user_resolution = '1366x768' -- Screen WIDTHxHEIGHT
user_preferences.user_offset = '0,0' -- Offset x,y
user_preferences.user_audio = false -- bool true or false
user_preferences.user_save_directory = '$(xdg-user-dir VIDEOS)/Recordings/' -- String $HOME
user_preferences.user_mic_lvl = '20' -- String
user_preferences.user_fps = '30' -- String
return user_preferences