Compare commits
2 commits
c699350a18
...
b6b5b33a09
Author | SHA1 | Date | |
---|---|---|---|
b6b5b33a09 | |||
87ce20d741 |
2 changed files with 9 additions and 2 deletions
|
@ -60,8 +60,8 @@ in {
|
|||
", XF86AudioRaiseVolume, exec, wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 5%+"
|
||||
", XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-"
|
||||
|
||||
", XF86MonBrightnessUp, exec, ${lib.getExe pkgs.brightnessctl} -c backlight s +2%"
|
||||
", XF86MonBrightnessDown, exec, ${lib.getExe pkgs.brightnessctl} -c backlight s 2%-"
|
||||
", XF86MonBrightnessUp, exec, ${lib.getExe pkgs.brightnessctl} -c backlight s +5%"
|
||||
", XF86MonBrightnessDown, exec, ${lib.getExe pkgs.brightnessctl} -c backlight s 5%-"
|
||||
];
|
||||
bindl = [ # "bind locked"
|
||||
", XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"
|
||||
|
@ -104,6 +104,7 @@ in {
|
|||
"$mod, R, exec, ${lib.getExe pkgs.rofi-wayland} -show run"
|
||||
", print, exec, ${screenshotScript}"
|
||||
"$mod, T, exec, ${lib.getExe pkgs.wezterm}"
|
||||
"$mod, W, exec, ${lib.getExe pkgs.gnome.nautilus}"
|
||||
|
||||
"$mod, Q, killactive, "
|
||||
"$mod, V, togglefloating, "
|
||||
|
|
|
@ -17,6 +17,12 @@ in {
|
|||
osc = "no";
|
||||
border = "no";
|
||||
};
|
||||
|
||||
scriptOpts = {
|
||||
visualizer = {
|
||||
mode = "noalbumart";
|
||||
};
|
||||
};
|
||||
|
||||
scripts = with pkgs.mpvScripts; [
|
||||
mpris
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue