-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.json
25 lines (25 loc) · 947 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"aur_helper": "paru",
"terminal": "alacritty",
"terminal_cmd": "alacritty -e",
"web_browser": "librewolf",
"file_manager": "alacritty -e felix",
"text_editor": "alacritty -e helix",
"chat_client": "gajim",
"sound_manager": "myxer",
"video_player": "mpv --player-operation-mode=pseudo-gui",
"music_player": "alacritty -e termusic",
"email_client": "alacritty -e himalaya write",
"cam_recorder": "cameractrlsgtk4.py",
"screen_recorder": "wayfarer",
"suspend_timeout": "300",
"sleep_timeout": "600",
"lock_effects": "--fade-in 5s --effect-vignette 0:1",
"weather_location": "Montpellier",
"standby_wallpaper": "assets/wallpapers/od_tokyo.jpg",
"launcher_app_path": "/usr/share/applications",
"launcher_app_icon_path": "/usr/share/icons/ePapirus-Dark/96x96/apps",
"dock_app_path": "/usr/share/applications",
"dock_app_icon_path": "/usr/share/icons/ePapirus-Dark/96x96/apps",
"dock_app_icon_size": "38"
}