Skip to content

Commit

Permalink
Allowing the screen to go brighter when locked
Browse files Browse the repository at this point in the history
Also added the flag to go down, as user would expect that behavior.
  • Loading branch information
nnuel committed Jan 24, 2022
1 parent 7314aaa commit 042a71a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions community/sway/etc/sway/modes/default
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ $bindsym XF86AudioMute exec $volume_mute

$bindsym XF86AudioMicMute exec $mic_mute

$bindsym XF86MonBrightnessUp exec $brightness_up
$bindsym --locked XF86MonBrightnessUp exec $brightness_up

$bindsym XF86MonBrightnessDown exec $brightness_down
$bindsym --locked XF86MonBrightnessDown exec $brightness_down

$bindsym XF86AudioPlay exec playerctl play-pause

Expand Down

2 comments on commit 042a71a

@nnuel
Copy link
Contributor Author

@nnuel nnuel commented on 042a71a Jan 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is mainly an issue if you open up the laptop in a bright room, after having used and locked the laptop in a darker room before.

@boredland
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if you make this a PR, I would certainly accept it ;)

Please sign in to comment.