Add freetube shortcut and ideavimrc
This commit is contained in:
parent
917d13088b
commit
21a20377f5
2 changed files with 4 additions and 0 deletions
|
@ -56,6 +56,9 @@ XF86MonBrightnessDown
|
||||||
super + v
|
super + v
|
||||||
mpv $(xclip -o -selection clipboard); notify-send "mpv media playback finished"
|
mpv $(xclip -o -selection clipboard); notify-send "mpv media playback finished"
|
||||||
|
|
||||||
|
super + shift + v
|
||||||
|
freetube "$(xclip -o -selection clipboard)"
|
||||||
|
|
||||||
#
|
#
|
||||||
# bspwm hotkeys
|
# bspwm hotkeys
|
||||||
#
|
#
|
||||||
|
|
1
.ideavimrc
Normal file
1
.ideavimrc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
source ~/.config/vim/vimrc
|
Loading…
Reference in a new issue