From 6a55247b3f5b3752707d6fc6d89d3f31bd4fb8a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Kalvoda?= <jirikalvoda@kam.mff.cuni.cz> Date: Sat, 26 Dec 2020 00:20:09 +0100 Subject: [PATCH] I3 TV --- i3/config | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/i3/config b/i3/config index 1b1b048..99830a0 100644 --- a/i3/config +++ b/i3/config @@ -439,4 +439,7 @@ bindcode Ctrl+Shift+$mod+51 exec "terminal -e bash -i -c \\"cat ~/.osdd_log;read bindcode $mod+94 exec "terminal" -bindcode $mod+61 exec "vlc http://192.168.1.191:9981/stream/mux/53d6b078f24454f7f0ac0dd323f69569 http://192.168.1.191:9981/stream/mux/df4d0d285682018251b68a9b81e0293a http://192.168.1.191:9981/stream/mux/47b53b11fb6dcabc260b7784de9eb45f" +bindcode $mod+61 exec "vlc http://192.168.1.191:9981/playlist/channels" +bindcode $mod+Shift+61 exec "vlc http://192.168.1.191:9981/stream/mux/53d6b078f24454f7f0ac0dd323f69569 http://192.168.1.191:9981/stream/mux/df4d0d285682018251b68a9b81e0293a http://192.168.1.191:9981/stream/mux/47b53b11fb6dcabc260b7784de9eb45f" +bindcode $mod+Ctrl+61 exec "vlc http://localhost:9981/playlist/channels" +bindcode $mod+Ctrl+Shift+61 exec "vlc http://localhost:9981/stream/mux/53d6b078f24454f7f0ac0dd323f69569 http://localhost:9981/stream/mux/df4d0d285682018251b68a9b81e0293a http://localhost:9981/stream/mux/47b53b11fb6dcabc260b7784de9eb45f" -- GitLab