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 | 3bb7e9d0b1d7bc406bd2361f7484d4484eb483b1 (patch) | |
| tree | 9735fd2e0a2bf83cec9068b453fb9bdf2e7e2378 /.config/i3 | |
| parent | aa1f45e33a957098615eca24d0b1b26c03b0eb57 (diff) | |
update
Diffstat (limited to '.config/i3')
| -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 |
