diff options
author | 135e2 <[email protected]> | 2022-02-03 05:33:49 +0800 |
---|---|---|
committer | 135e2 <[email protected]> | 2022-02-03 14:56:44 +0800 |
commit | 9c1cbfaa1459647241fae1e6f770e356f03b05a7 (patch) | |
tree | 8f503298e74dde45158fc3c0ddb17ea17823c348 /config | |
parent | 6594a21ac12b8644882923644dfccc246f4af29c (diff) | |
download | dotfiles-9c1cbfaa1459647241fae1e6f770e356f03b05a7.tar.gz dotfiles-9c1cbfaa1459647241fae1e6f770e356f03b05a7.tar.bz2 dotfiles-9c1cbfaa1459647241fae1e6f770e356f03b05a7.zip |
config/i3: update to 20220203
- Add screenshot key
Diffstat (limited to 'config')
-rw-r--r-- | config/i3/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/i3/config b/config/i3/config index ebbd962..a0819c2 100644 --- a/config/i3/config +++ b/config/i3/config @@ -18,6 +18,8 @@ bindsym $mod+BackSpace exec xdotool key Delete bindsym $mod+Shift+u exec --no-startup-id bash ~/.config/i3/brightness up bindsym $mod+Shift+d exec --no-startup-id bash ~/.config/i3/brightness down +# Screenshot (requires kde-spectacle) +bindsym $mod+Shift+s exec --no-startup-id spectacle bindsym --release $mod+Prior exec --no-startup-id xdotool key --clearmodifiers Home bindsym --release $mod+Next exec --no-startup-id xdotool key --clearmodifiers End |