Change brightness level when multihead and nomad
This commit is contained in:
parent
1ed528ece5
commit
3c99eb7ece
|
@ -1,10 +1,12 @@
|
|||
multihead {
|
||||
output eDP-1 enable
|
||||
output HDMI-A-2 enable
|
||||
exec swaymsg workspace "2: ", move workspace to HDMI-A-2
|
||||
exec swaymsg workspace "4: ", move workspace to HDMI-A-2
|
||||
profile multihead {
|
||||
output eDP-1 enable
|
||||
output HDMI-A-2 enable
|
||||
exec swaymsg workspace "2: ", move workspace to HDMI-A-2
|
||||
exec swaymsg workspace "4: ", move workspace to HDMI-A-2
|
||||
exec light -S 100
|
||||
}
|
||||
|
||||
laptop {
|
||||
output eDP-1 enable mode 1920x1080
|
||||
profile nomad {
|
||||
output eDP-1 enable mode 1920x1080
|
||||
exec light -S 70
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue