Skip to content

Commit

Permalink
feat: allowing the screen to go brighter when locked (#99)
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 authored and boredland committed May 12, 2022
1 parent 54e60b4 commit 8bf335d
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

0 comments on commit 8bf335d

Please sign in to comment.