-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathrc.conf
69 lines (62 loc) · 1.44 KB
/
rc.conf
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
%WM = bspwm
%TERMINAL = alacritty
%FILEMGR = pcmanfm
%BROWSER = firefox
%LOCATION = 45.416°, 20.198°
%MAILCLIENT = thunderbird
%LOG_LEVEL = info
%CHECK_DEPS = false
%AUTO_SUSPEND_DELAY = 20
%WALLPAPER = $HOME/Pictures/wallpaper.png
%LOCKSCREEN = $HOME/Pictures/wallpaper-night.png
[init]
services/check_sudo
screen/layout::defined('Default') wait
wm/bspwm wait
hid/keyboard wait
hid/sxhkd::start
services/notifications::start
ui/picom::start
ui/polybar::start
screen/wallpaper_dynamic::start
screen/backlight
hardware/audio
hardware/battery::limit
hardware/battery::start
hardware/thinkpad
ui/battery::start
screen/guard::start
hid/wacom::start
services/apps::start
services/vnc::start
screen/lock::generate_composite
[reload]
wm/bspwm::workspaces wait
hid/keyboard wait
hardware/thinkpad
hid/sxhkd::reload
ui/polybar::restart
screen/wallpaper_dynamic::restart
screen/backlight
screen/guard::restart
hid/wacom::restart
services/vnc::restart
screen/lock::generate_composite
[lock]
screen/lock::start(screen=off) crit
hardware/thinkpad::keyboard_backlight(0)
[suspend]
hardware/auto_suspend::start
screen/lock::start(detach=on screen=on) crit
hardware/power::suspend
[hibernate]
screen/lock::start(screen=on) crit
hardware/power::hibernate
[systemd-suspend-event]
hardware/auto_suspend::start
screen/lock::start(detach=on screen=on) crit
[systemd-resume-event]
hardware/auto_suspend::start
screen/lock::start
screen/backlight::on
screen/backlight::set_to(100 internal)