diff options
| -rw-r--r-- | i3/.config/i3/config | 2 |
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 | ||
| 12 | set $mod Mod4 | 12 | set $mod Mod4 |
| 13 | set $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) |