aboutsummaryrefslogtreecommitdiff
path: root/dot.config-i3-config
diff options
context:
space:
mode:
authorThomas Schneider <qsx@qsx.re>2019-08-13 00:28:15 +0200
committerThomas Schneider <qsx@qsx.re>2019-08-13 00:28:15 +0200
commit00f3ab948b01938eb2817f544a3903b7a31d8034 (patch)
tree88c1e435704bfec6fc5cf754d294f592ce33b57b /dot.config-i3-config
parentf4a3f57a973b9578a15258ae9b91ae9023eccc37 (diff)
Add customisations from neptun
Diffstat (limited to 'dot.config-i3-config')
-rw-r--r--dot.config-i3-config3
1 files changed, 2 insertions, 1 deletions
diff --git a/dot.config-i3-config b/dot.config-i3-config
index aa76aa3..8434292 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%