diff options
| author | Thomas Schneider <qsx@chaotikum.eu> | 2022-02-18 22:47:03 +0100 |
|---|---|---|
| committer | Thomas Schneider <qsx@chaotikum.eu> | 2022-02-18 22:47:03 +0100 |
| commit | 7aa3b36e8e43ad0e928eddb60317a77e4bedd0a1 (patch) | |
| tree | bf5dab6ce49324109237c1eb16fdcd7169411e95 /dot.config-i3-config | |
| parent | 59af744246f38fb3c1cba33d06e680d29f866abd (diff) | |
| parent | 63114f91e90c1601b9ed8adc1344079fe0018aac (diff) | |
Merge branch 'neptun'
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% |
