diff options
Diffstat (limited to 'dot.config-i3-config')
| -rw-r--r-- | dot.config-i3-config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dot.config-i3-config b/dot.config-i3-config index 149a3c9..dd524d8 100644 --- a/dot.config-i3-config +++ b/dot.config-i3-config @@ -4,7 +4,7 @@ set $mod Mod4 # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. -font pango:Source Code Pro Medium 8 +font pango:Source Code Pro Medium 11 # This font is widely installed, provides lots of unicode glyphs, right-to-left # text rendering and scalability on retina/hidpi displays (thanks to pango). @@ -153,6 +153,7 @@ bindsym XF86MonBrightnessUp exec xbacklight -inc 10 bindsym XF86MonBrightnessDown exec xbacklight -dec 10 bindsym $mod+Escape exec $lockcommand bindsym XF86Sleep exec systemctl suspend +bindsym $mod+Print exec systemctl suspend bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5% bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5% |
