blob: b86b729b92049d5158928499adcca641a0f2aa3b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Backlight brightness
bindsym --locked --to-code $mod+BracketLeft exec ddcutil -d 1 setvcp 10 + 5
bindsym --locked --to-code $mod+Apostrophe exec ddcutil -d 1 setvcp 10 - 5
bindsym --locked --to-code $mod+Shift+BracketLeft exec ddcutil -d 1 setvcp 10 100
bindsym --locked --to-code $mod+Shift+Apostrophe exec ddcutil -d 1 setvcp 10 50
input type:pointer {
accel_profile "flat"
pointer_accel 0.15
}
exec blueman-manager
|