Setting : Rename music to media.
This commit is contained in:
parent
dde08ab771
commit
94410a447a
|
@ -1,6 +1,6 @@
|
||||||
{ setting, ... }: let
|
{ setting, ... }: let
|
||||||
step_volume = toString(setting.volume.step);
|
step_volume = toString(setting.volume.step);
|
||||||
step_music = toString(setting.music.step);
|
step_music = toString(setting.media.step);
|
||||||
in {
|
in {
|
||||||
text = ''
|
text = ''
|
||||||
bindsym XF86AudioRaiseVolume exec 'pactl set-sink-volume @DEFAULT_SINK@ +${step_volume}%'
|
bindsym XF86AudioRaiseVolume exec 'pactl set-sink-volume @DEFAULT_SINK@ +${step_volume}%'
|
||||||
|
|
|
@ -55,7 +55,7 @@
|
||||||
|
|
||||||
brightness.step = 5;
|
brightness.step = 5;
|
||||||
volume.step = 5;
|
volume.step = 5;
|
||||||
music.step = 10;
|
media.step = 10;
|
||||||
|
|
||||||
keyboard = {
|
keyboard = {
|
||||||
layouts = "us,ru";
|
layouts = "us,ru";
|
||||||
|
|
Loading…
Reference in a new issue