mirror of
https://github.com/neoromantique/dotfiles.git
synced 2026-03-13 21:53:20 +03:00
sound
This commit is contained in:
1150
.tmux.conf
Normal file
1150
.tmux.conf
Normal file
File diff suppressed because it is too large
Load Diff
@@ -33,6 +33,11 @@ exec setxkbmap -layout gb,ru -variant ,winkeys -option grp:caps_toggle,grp_led:s
|
||||
# Use Mouse+$mod to drag floating windows to their wanted position
|
||||
floating_modifier $mod
|
||||
|
||||
# Pulse Audio controls
|
||||
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume 0 +5% #increase sound volume
|
||||
bindsym XF86AudioLowerVolume exec pactl set-sink-volume 0 -5% #decrease sound volume
|
||||
bindsym XF86AudioMute exec pactl set-sink-mute 0 toggle # mute sound
|
||||
|
||||
bindsym XF86MonBrightnessUp exec xbacklight -inc 10 # increase screen brightness
|
||||
bindsym XF86MonBrightnessDown exec xbacklight -dec 10 # decrease screen brightness
|
||||
|
||||
|
||||
Reference in New Issue
Block a user