diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2013-09-15 17:38:10 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2013-09-15 17:38:10 +1200 |
commit | 2d97e5b750889d9674e210232f24c7497f4b1789 (patch) | |
tree | c578b1a346ba23657435f19f85f187588d983f43 /i3 | |
parent | Use xcalc instead of bc (diff) | |
download | dotfiles-2d97e5b750889d9674e210232f24c7497f4b1789.tar.gz dotfiles-2d97e5b750889d9674e210232f24c7497f4b1789.zip |
Correct spelling mistake
Diffstat (limited to 'i3')
-rw-r--r-- | i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -94,7 +94,7 @@ mode "resize" { # PrintScreen takes a screenshot of the whole display bindsym Print exec sh -c 'mkdir -p "$HOME"/Screenshots && import "$HOME"/Screenshots/shot-"$(date +%Y%m%d%H%M%S)".png' -# Shift-PrintScren selects and takes a screenshot of a section of the screen +# Shift-PrintScreen selects and takes a screenshot of a section of the screen bindsym --release Shift+Print exec sh -c 'mkdir -p "$HOME"/Screenshots && import "$HOME"/Screenshots/snap-"$(date +%Y%m%d%H%M%S)".png' # Special modifier keys change volume |