Added menu to switch display

This commit is contained in:
Damien Broqua 2020-06-07 22:56:23 +02:00
parent cbd6b38517
commit 474a633309
3 changed files with 41 additions and 3 deletions

View file

@ -214,6 +214,9 @@ bindsym $mod+x exec "rofi -modi 'find:~/.local/share/rofi/finder.sh' -show find"
# Show top
bindsym $mod+t exec "rofi -show top -modi top"
# Screen layout
bindsym $mod+p exec "~/Bin/screenlayoutrofi.sh"
# Multimedia keys
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume `pactl info|grep Sink|cut -d: -f 2` +5%
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume `pactl info|grep Sink|cut -d: -f 2` -5%