aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason2020-04-20 20:02:09 -0600
committerjason2020-04-20 20:02:09 -0600
commitc81f5fa6ed3980c0728362ad11c7c01186f765b9 (patch)
treea125ec728fece8592ec5a3befe562aa9e8903b57
parent183c4c6e54df0b0611e0af63ba2b5e4d8b3e1fbe (diff)
parentd898880d735fc3082ec4e417313a4210b79b7639 (diff)
downloaddotfiles-c81f5fa6ed3980c0728362ad11c7c01186f765b9.tar.gz
dotfiles-c81f5fa6ed3980c0728362ad11c7c01186f765b9.zip
Merge branch 'master' of zzq.org:repos/dotfiles
-rw-r--r--i3/.config/i3/config2
1 files changed, 2 insertions, 0 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config
index e4e7ea6..6857269 100644
--- a/i3/.config/i3/config
+++ b/i3/.config/i3/config
@@ -10,6 +10,7 @@
10# Please see http://i3wm.org/docs/userguide.html for a complete reference! 10# Please see http://i3wm.org/docs/userguide.html for a complete reference!
11 11
12set $mod Mod4 12set $mod Mod4
13set $alt Mod1
13 14
14# Font for window titles. Will also be used by the bar unless a different font 15# Font for window titles. Will also be used by the bar unless a different font
15# is used in the bar {} block below. 16# is used in the bar {} block below.
@@ -156,6 +157,7 @@ bindsym $mod+r mode "resize"
156 bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -2% 157 bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -2%
157 bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +2% 158 bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +2%
158 bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle #&& pactl list sinks | grep '^[[:space:]]Volume:' | head -n $(( $( pactl list short sinks | sed -e 's,^\([0-9][0-9]*\)[^0-9].*,\1,' | head -n 1 ) + 1 )) | tail -n 1 | sed -e 's,.* \([0-9][0-9]*\)%.*,\1,' > $SWAYSOCK.wob 159 bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle #&& pactl list sinks | grep '^[[:space:]]Volume:' | head -n $(( $( pactl list short sinks | sed -e 's,^\([0-9][0-9]*\)[^0-9].*,\1,' | head -n 1 ) + 1 )) | tail -n 1 | sed -e 's,.* \([0-9][0-9]*\)%.*,\1,' > $SWAYSOCK.wob
160 bindsym $alt+Shift+4 exec "flameshot gui"
159 161
160# Start i3bar to display a workspace bar (plus the system information i3status 162# Start i3bar to display a workspace bar (plus the system information i3status
161# finds out, if available) 163# finds out, if available)