diff options
| author | jason | 2020-04-20 12:06:40 -0600 |
|---|---|---|
| committer | jason | 2020-04-20 12:06:40 -0600 |
| commit | d898880d735fc3082ec4e417313a4210b79b7639 (patch) | |
| tree | 6a3602d8bbc5699aa7369a641e23baed4efff80a /i3 | |
| parent | 9074e75d4a770d4a0a87141e80cecaecfb3a7215 (diff) | |
| download | dotfiles-d898880d735fc3082ec4e417313a4210b79b7639.tar.gz dotfiles-d898880d735fc3082ec4e417313a4210b79b7639.zip | |
add flameshot shortcut to i3
Diffstat (limited to 'i3')
| -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) |