Added menu to switch display
This commit is contained in:
parent
cbd6b38517
commit
474a633309
3 changed files with 41 additions and 3 deletions
|
@ -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%
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue