update
This commit is contained in:
@@ -25,6 +25,8 @@ in
|
||||
};
|
||||
startup = [
|
||||
{ command = "fcitx5 -r"; always = true; notification = false; }
|
||||
{ command = "owncloud"; always = true; notification = false;}
|
||||
{ command = "feh-wallpaper-getRandom"; always = false; notification = false; }
|
||||
];
|
||||
modes = {
|
||||
resize = {
|
||||
@@ -86,6 +88,8 @@ in
|
||||
"XF86AudioRaiseVolume" = ''exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +5%'';
|
||||
"XF86AudioLowerVolume" = ''exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -5%'';
|
||||
"XF86AudioMute" = ''exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle'';
|
||||
"XF86MonBrightnessUp" = ''exec --no-startup-id brightnessctl set 5%+'';
|
||||
"XF86MonBrightnessDown" = ''exec --no-startup-id brightnessctl set 5%-'';
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user