moved to personal fennel config for awesome and added qutebrowser
This commit is contained in:
parent
403cb92b7d
commit
688748f8a6
502 changed files with 8576 additions and 9597 deletions
10
awes2/widget/screen-recorder/screen-recorder-config.lua
Normal file
10
awes2/widget/screen-recorder/screen-recorder-config.lua
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue