Add VLC and Volume Icon configs
This commit is contained in:
parent
d890c55e29
commit
877afe05fd
3
home/.config/vlc/vlc-qt-interface.conf
Normal file
3
home/.config/vlc/vlc-qt-interface.conf
Normal file
@ -0,0 +1,3 @@
|
||||
[RecentsMRL]
|
||||
list=file:///home/dtodd/Music/Ambiance.mp3
|
||||
times=-1
|
5041
home/.config/vlc/vlcrc
Normal file
5041
home/.config/vlc/vlcrc
Normal file
File diff suppressed because it is too large
Load Diff
26
home/.config/volumeicon/volumeicon
Normal file
26
home/.config/volumeicon/volumeicon
Normal file
@ -0,0 +1,26 @@
|
||||
[Alsa]
|
||||
card=HDA Intel PCH
|
||||
channel=Master
|
||||
|
||||
[Notification]
|
||||
show_notification=true
|
||||
notification_type=1
|
||||
|
||||
[StatusIcon]
|
||||
stepsize=5
|
||||
onclick=urxvt -e 'alsamixer'
|
||||
theme=White Gnome
|
||||
use_panel_specific_icons=true
|
||||
lmb_slider=true
|
||||
mmb_mute=true
|
||||
use_horizontal_slider=false
|
||||
show_sound_level=true
|
||||
use_transparent_background=true
|
||||
|
||||
[Hotkeys]
|
||||
up_enabled=true
|
||||
down_enabled=true
|
||||
mute_enabled=true
|
||||
up=XF86AudioRaiseVolume
|
||||
down=XF86AudioLowerVolume
|
||||
mute=XF86AudioMute
|
Loading…
Reference in New Issue
Block a user