making awesome more awesome
This commit is contained in:
parent
0a7fe89729
commit
3643ba277e
361 changed files with 41182 additions and 26 deletions
10
awesome/widget/screen-recorder/screen-recorder-config.lua
Normal file
10
awesome/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