Small fixes
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
parent
0ae62eb142
commit
b07a1dc956
2 changed files with 6 additions and 5 deletions
|
@ -134,10 +134,10 @@ bindsym --locked XF86AudioStop exec playerctl stop
|
|||
bindsym --locked Ctrl+Alt+s exec playerctl stop
|
||||
|
||||
# rotate screen
|
||||
bindsym $mod+Control+Left exec swaymsg output eDP-1 transform 90
|
||||
bindsym $mod+Control+Down exec swaymsg output eDP-1 transform 0
|
||||
bindsym $mod+Control+Up exec swaymsg output eDP-1 transform 180
|
||||
bindsym $mod+Control+Right exec swaymsg output eDP-1 transform 270
|
||||
bindsym $mod+Control+Right output eDP-1 transform 90
|
||||
bindsym $mod+Control+Up output eDP-1 transform 0
|
||||
bindsym $mod+Control+Down output eDP-1 transform 180
|
||||
bindsym $mod+Control+Left output eDP-1 transform 270
|
||||
|
||||
# display brightness
|
||||
bindsym --locked XF86MonBrightnessUp exec light -A 5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue