Added shift to the fullscreen shortcut + media key mappings
This commit is contained in:
7
config
7
config
@@ -159,7 +159,7 @@ input "1452:657:bcm5974" {
|
|||||||
bindsym $mod+e layout toggle split
|
bindsym $mod+e layout toggle split
|
||||||
|
|
||||||
# Make the current focus fullscreen
|
# Make the current focus fullscreen
|
||||||
bindsym $mod+f fullscreen
|
bindsym $mod+Shift+f fullscreen
|
||||||
|
|
||||||
# Toggle the current focus between tiling and floating mode
|
# Toggle the current focus between tiling and floating mode
|
||||||
bindsym $mod+Shift+space floating toggle
|
bindsym $mod+Shift+space floating toggle
|
||||||
@@ -233,3 +233,8 @@ bindsym XF86MonBrightnessUp exec light -A 10
|
|||||||
bindsym XF86AudioRaiseVolume exec 'pactl set-sink-volume @DEFAULT_SINK@ +1%'
|
bindsym XF86AudioRaiseVolume exec 'pactl set-sink-volume @DEFAULT_SINK@ +1%'
|
||||||
bindsym XF86AudioLowerVolume exec 'pactl set-sink-volume @DEFAULT_SINK@ -1%'
|
bindsym XF86AudioLowerVolume exec 'pactl set-sink-volume @DEFAULT_SINK@ -1%'
|
||||||
bindsym XF86AudioMute exec 'pactl set-sink-mute @DEFAULT_SINK@ toggle'
|
bindsym XF86AudioMute exec 'pactl set-sink-mute @DEFAULT_SINK@ toggle'
|
||||||
|
bindsym XF86AudioPlay exec 'playerctl play-pause'
|
||||||
|
bindsym XF86AudioPause exec 'playerctl play-pause'
|
||||||
|
bindsym XF86AudioNext exec 'playerctl next'
|
||||||
|
bindsym XF86AudioPrev exec 'playerctl previous'
|
||||||
|
bindsym XF86AudioStop exec 'playerctl stop'
|
||||||
|
|||||||
Reference in New Issue
Block a user