From 03b06725a117b22f08083ca717040284960aa6bd Mon Sep 17 00:00:00 2001 From: Luke Date: Tue, 6 Feb 2018 13:10:51 -0700 Subject: [PATCH] spawndl added for newsboat; webcam unfocused --- .config/Scripts/spawndl | 2 ++ .config/i3/config | 2 ++ .newsboat/config | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100755 .config/Scripts/spawndl diff --git a/.config/Scripts/spawndl b/.config/Scripts/spawndl new file mode 100755 index 0000000..a419041 --- /dev/null +++ b/.config/Scripts/spawndl @@ -0,0 +1,2 @@ +#!/bin/bash +i3 exec "st -n dl -e youtube-dl $1" diff --git a/.config/i3/config b/.config/i3/config index 48d95eb..0141fdb 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -224,6 +224,7 @@ bindsym $mod+Shift+x exec $shutdown for_window [title="video0 - mpv"] floating enable for_window [title="video0 - mpv"] sticky enable for_window [title="video0 - mpv"] border pixel 0 +no_focus [title="video0 - mpv"] bindsym $mod+c exec --no-startup-id camtoggle #bindsym $mod+Shift+c @@ -304,6 +305,7 @@ for_window [class="Gimp"] move workspace $ws5 for_window [window_role="gimp-dock"] floating disable; move left; resize shrink width 50 px or 50ppt for_window [window_role="gimp-toolbox"] floating disable; move right; resize grow width 30 px or 30ppt for_window [window_role="GtkFileChooserDialog"] resize shrink height 10 px +for_window [instance="dl"] move workspace $ws10 workspace $ws6 gaps inner 0 diff --git a/.newsboat/config b/.newsboat/config index 1196712..a9e981b 100644 --- a/.newsboat/config +++ b/.newsboat/config @@ -26,7 +26,7 @@ color listfocus_unread yellow default bold color info red black bold color article cyan default - browser webview macro w open-in-browser macro v set browser "i3 exec mpv"; open-in-browser ; set browser $BROWSER +macro y set browser "spawndl"; open-in-browser ; set browser $BROWSER