Fix stuff
This commit is contained in:
parent
21a20377f5
commit
be08b1d94b
5 changed files with 7 additions and 5 deletions
|
@ -5,6 +5,7 @@ venv/
|
||||||
# File stuff
|
# File stuff
|
||||||
.DS_Store
|
.DS_Store
|
||||||
*.bak
|
*.bak
|
||||||
|
*.git_hidden
|
||||||
|
|
||||||
# Vim Stuff
|
# Vim Stuff
|
||||||
.syntastic_*_config
|
.syntastic_*_config
|
||||||
|
|
|
@ -15,6 +15,7 @@ def init(c):
|
||||||
c.tabs.background = True
|
c.tabs.background = True
|
||||||
c.tabs.mousewheel_switching = False
|
c.tabs.mousewheel_switching = False
|
||||||
c.tabs.new_position.related = 'last'
|
c.tabs.new_position.related = 'last'
|
||||||
|
c.tabs.pinned.frozen = False
|
||||||
|
|
||||||
c.url.searchengines = {'DEFAULT': 'bookmarks.serguzim/?q={}'}
|
c.url.searchengines = {'DEFAULT': 'bookmarks.serguzim/?q={}'}
|
||||||
|
|
||||||
|
|
|
@ -6,5 +6,6 @@ configuration {
|
||||||
icon-theme: ""Papirus-Dark"";
|
icon-theme: ""Papirus-Dark"";
|
||||||
drun-display-format: ""{name}"";
|
drun-display-format: ""{name}"";
|
||||||
combi-modi: "drun,ssh,run";
|
combi-modi: "drun,ssh,run";
|
||||||
theme: "dracula.rasi";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@theme "dracula.rasi"
|
||||||
|
|
|
@ -54,10 +54,9 @@ XF86MonBrightnessDown
|
||||||
[ $(xbacklight -get | cut -d'.' -f 1) -ge 10 ] && xbacklight -dec 5
|
[ $(xbacklight -get | cut -d'.' -f 1) -ge 10 ] && xbacklight -dec 5
|
||||||
|
|
||||||
super + v
|
super + v
|
||||||
mpv $(xclip -o -selection clipboard); notify-send "mpv media playback finished"
|
|
||||||
|
|
||||||
super + shift + v
|
|
||||||
freetube "$(xclip -o -selection clipboard)"
|
freetube "$(xclip -o -selection clipboard)"
|
||||||
|
super + shift + v
|
||||||
|
mpv $(xclip -o -selection clipboard); notify-send "mpv media playback finished"
|
||||||
|
|
||||||
#
|
#
|
||||||
# bspwm hotkeys
|
# bspwm hotkeys
|
||||||
|
|
|
@ -21,7 +21,7 @@ systemctl --user start pulseaudio
|
||||||
|
|
||||||
sleep 1
|
sleep 1
|
||||||
#alsa_out -d hw:PCH -j "Speaker" -c 2 &
|
#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
|
sleep 1
|
||||||
jack_connect "PulseAudio JACK Sink":front-left Speaker:playback_1
|
jack_connect "PulseAudio JACK Sink":front-left Speaker:playback_1
|
||||||
|
|
Loading…
Reference in a new issue