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