diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-01-04 14:21:17 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-01-04 14:21:17 -0500 |
| commit | 13a2e5fe3ad38fa46f76daf042d4e93e1c38da6c (patch) | |
| tree | 97167b2d5cee9e1a723b436a70c700a3da6f2765 | |
| parent | b6684fbdf0216474a1f78985e1e6563227879c4c (diff) | |
| download | eibhear-13a2e5fe3ad38fa46f76daf042d4e93e1c38da6c.tar.gz eibhear-13a2e5fe3ad38fa46f76daf042d4e93e1c38da6c.tar.zst eibhear-13a2e5fe3ad38fa46f76daf042d4e93e1c38da6c.zip | |
maim fix
| -rw-r--r-- | .config/i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/i3/config b/.config/i3/config index 14cdb77..82550fa 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -323,7 +323,7 @@ bindsym $mod+bracketright exec --no-startup-id lmc forward 10 bindsym $mod+Shift+bracketright exec --no-startup-id lmc forward 120 # For screenshots and recording -bindsym Print exec --no-startup-id maim +bindsym Print exec --no-startup-id maim pic-full-"$(date '+%y%m%d-%H%M-%S').png" bindsym Shift+Print exec --no-startup-id maimpick bindsym $mod+Print exec --no-startup-id dmenurecord bindsym $mod+Scroll_Lock exec --no-startup-id "killall screenkey || screenkey" |
