diff options
author | Raúl Benencia <raul@thousandeyes.com> | 2019-12-17 12:41:40 -0800 |
---|---|---|
committer | Raúl Benencia <raul@thousandeyes.com> | 2019-12-17 12:41:40 -0800 |
commit | 51caf88ad236240d8d3df1fb75d5cc2b8092cae0 (patch) | |
tree | f82f833d71f3302d3b64ef840daa09da91476bb5 | |
parent | 5eed3302964ca21968a9bede20e605521992e5d7 (diff) |
binding for xrandr-rul
-rw-r--r-- | .config/i3/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/i3/config b/.config/i3/config index 5b61b16..f685219 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -155,6 +155,9 @@ bindsym XF86AudioPrev exec mpc prev bindsym XF86AudioPlay exec mpc toggle bindsym XF86AudioStop exec mpc stop +# Switch between internal and external display +bindsym XF86Display exec "xrandr-rul" + # Key indicators bindsym --release Caps_Lock exec pkill -SIGRTMIN+11 i3blocks bindsym --release Num_Lock exec pkill -SIGRTMIN+11 i3blocks |