diff options
author | Florian Pritz <bluewind@xinu.at> | 2019-03-03 23:36:14 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2019-03-27 15:03:56 +0100 |
commit | 0108f515fab788372c0e2b17f315be88f7f85792 (patch) | |
tree | f0327128b3979007bf59c5f9ce341d29a1b0c35c | |
parent | 08efc092ce7733a9252002a8045e6e18aca0b212 (diff) | |
download | dotfiles-0108f515fab788372c0e2b17f315be88f7f85792.tar.gz dotfiles-0108f515fab788372c0e2b17f315be88f7f85792.tar.xz |
Add connect-screen hotkey
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | .i3/config | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -68,6 +68,8 @@ bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 0 -10% # bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 10 -time 0 bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 10 -time 0 +bindsym XF86Display exec --no-startup-id connect-screen + bindsym XF86AudioPlay exec --no-startup-id toggle-music # kill focused window |