diff options
author | Adrian Kummerlaender | 2015-09-08 18:41:54 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2015-09-08 18:41:54 +0200 |
commit | fe76d1d218f5168e5a42a98e7116695db4d5000b (patch) | |
tree | 7d1575a583d60dbe0af99ab92d35486334b17405 /i3wm | |
parent | 214245af9c352a7d3b49e391753cae50fe084007 (diff) | |
download | dotfiles-fe76d1d218f5168e5a42a98e7116695db4d5000b.tar dotfiles-fe76d1d218f5168e5a42a98e7116695db4d5000b.tar.gz dotfiles-fe76d1d218f5168e5a42a98e7116695db4d5000b.tar.bz2 dotfiles-fe76d1d218f5168e5a42a98e7116695db4d5000b.tar.lz dotfiles-fe76d1d218f5168e5a42a98e7116695db4d5000b.tar.xz dotfiles-fe76d1d218f5168e5a42a98e7116695db4d5000b.tar.zst dotfiles-fe76d1d218f5168e5a42a98e7116695db4d5000b.zip |
Add shortcut to printscreen utility
Diffstat (limited to 'i3wm')
-rw-r--r-- | i3wm/.i3/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/i3wm/.i3/config b/i3wm/.i3/config index c26a63f..4d60d5b 100644 --- a/i3wm/.i3/config +++ b/i3wm/.i3/config @@ -113,6 +113,8 @@ bindsym Control+Mod1+d exec --no-startup-id ~/.screenlayout/docked.sh bindsym Control+Mod1+v exec --no-startup-id ~/.screenlayout/docked_vertical.sh bindsym Control+Mod1+t exec --no-startup-id ~/.screenlayout/docked_tv_mode.sh +bindsym Print exec --no-startup-id xfce4-screenshooter + bindsym $mod+n [title="^.*\.wiki \(~\/note\).*$"] scratchpad show for_window [class="^.*"] border pixel 4 |