diff options
| author | Marc Vertes <mvertes@free.fr> | 2020-11-01 09:32:20 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2020-11-01 09:32:20 +0100 |
| commit | d6f32d35d3233f5dfbb0ed3fd2770dc7c9d0aa91 (patch) | |
| tree | fc53a2315d2ebfaf3648f4708805d8336a33ba42 /.config/i3/config | |
| parent | 846f6c5d88f647907c47f939432729593e844ee3 (diff) | |
update
Diffstat (limited to '.config/i3/config')
| -rw-r--r-- | .config/i3/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/i3/config b/.config/i3/config index 22a61af..9ef0672 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -122,6 +122,9 @@ bindsym $mod+End exec --no-startup-id playerctl stop bindsym $mod+Next exec --no-startup-id playerctl next bindsym $mod+Prior exec --no-startup-id playerctl previous +# Screen shot +bindSym --release Print exec --no-startup-id shot + # jump to urgent bindsym $mod+x [urgent=latest] focus |
