diff --git a/.config/git/ignore b/.config/git/ignore index 6dfbcb9..12b9114 100644 --- a/.config/git/ignore +++ b/.config/git/ignore @@ -5,6 +5,7 @@ venv/ # File stuff .DS_Store *.bak +*.git_hidden # Vim Stuff .syntastic_*_config diff --git a/.config/qutebrowser/generic.py b/.config/qutebrowser/generic.py index 8ca006e..a27c308 100644 --- a/.config/qutebrowser/generic.py +++ b/.config/qutebrowser/generic.py @@ -15,6 +15,7 @@ def init(c): c.tabs.background = True c.tabs.mousewheel_switching = False c.tabs.new_position.related = 'last' + c.tabs.pinned.frozen = False c.url.searchengines = {'DEFAULT': 'bookmarks.serguzim/?q={}'} diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index 91bd5cf..853b4c4 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -6,5 +6,6 @@ configuration { icon-theme: ""Papirus-Dark""; drun-display-format: ""{name}""; combi-modi: "drun,ssh,run"; - theme: "dracula.rasi"; } + +@theme "dracula.rasi" diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index eef903c..86a7861 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -54,10 +54,9 @@ XF86MonBrightnessDown [ $(xbacklight -get | cut -d'.' -f 1) -ge 10 ] && xbacklight -dec 5 super + v - mpv $(xclip -o -selection clipboard); notify-send "mpv media playback finished" - -super + shift + v freetube "$(xclip -o -selection clipboard)" +super + shift + v + mpv $(xclip -o -selection clipboard); notify-send "mpv media playback finished" # # bspwm hotkeys diff --git a/.local/bin/start_jack b/.local/bin/start_jack index 3435199..f1cfb02 100755 --- a/.local/bin/start_jack +++ b/.local/bin/start_jack @@ -21,7 +21,7 @@ systemctl --user start pulseaudio sleep 1 #alsa_out -d hw:PCH -j "Speaker" -c 2 & -alsa_out -d "plughw:1,11" -j "Speaker" -c 2 & +alsa_out -d "hdmi:CARD=HDMI,DEV=5" -j "Speaker" -c 2 & sleep 1 jack_connect "PulseAudio JACK Sink":front-left Speaker:playback_1