spawndl added for newsboat; webcam unfocused

This commit is contained in:
Luke 2018-02-06 13:10:51 -07:00
parent b2c08d33b5
commit 03b06725a1
3 changed files with 5 additions and 1 deletions

2
.config/Scripts/spawndl Executable file
View file

@ -0,0 +1,2 @@
#!/bin/bash
i3 exec "st -n dl -e youtube-dl $1"

View file

@ -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

View file

@ -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