Add volume control shortcuts
This commit is contained in:
8
i3.base
8
i3.base
@@ -145,12 +145,18 @@ mode "resize" {
|
||||
|
||||
bindsym $mod+r mode "resize"
|
||||
|
||||
bindsym XF86AudioRaiseVolume exec --no-startup-id handle-volume-change up
|
||||
bindsym XF86AudioLowerVolume exec --no-startup-id handle-volume-change down
|
||||
bindsym XF86AudioMute exec --no-startup-id handle-volume-change mute
|
||||
|
||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||
# finds out, if available)
|
||||
bar {
|
||||
status_command i3status
|
||||
}
|
||||
|
||||
exec --no-startup-id gnome-session
|
||||
exec --no-startup-id unity-settings-daemon
|
||||
exec --no-startup-id setxkbmap -layout fr -variant oss # allow typing "ê" instead of "^e"
|
||||
exec --no-startup-id numlockx on # turn verr num on
|
||||
exec --no-startup-id nm-applet
|
||||
exec --no-startup-id nm-applet
|
||||
|
||||
Reference in New Issue
Block a user