diff options
| author | Luke <luke@lukesmith.xyz> | 2018-02-06 13:10:51 -0700 |
|---|---|---|
| committer | Luke <luke@lukesmith.xyz> | 2018-02-06 13:10:51 -0700 |
| commit | 03b06725a117b22f08083ca717040284960aa6bd (patch) | |
| tree | f420d7f9b5646a04512625ea69edce3b5b0d5d15 | |
| parent | b2c08d33b52990f08752ece4b68f3c5cb9f6dcf3 (diff) | |
| download | eibhear-03b06725a117b22f08083ca717040284960aa6bd.tar.gz eibhear-03b06725a117b22f08083ca717040284960aa6bd.tar.zst eibhear-03b06725a117b22f08083ca717040284960aa6bd.zip | |
spawndl added for newsboat; webcam unfocused
| -rwxr-xr-x | .config/Scripts/spawndl | 2 | ||||
| -rw-r--r-- | .config/i3/config | 2 | ||||
| -rw-r--r-- | .newsboat/config | 2 |
3 files changed, 5 insertions, 1 deletions
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 |
