backlight, but its still broken…
This commit is contained in:
parent
c52ef025d7
commit
e75b2c0592
3 changed files with 7 additions and 1 deletions
|
|
@ -319,6 +319,9 @@
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# backlight
|
||||||
|
programs.light.enable = true;
|
||||||
|
|
||||||
# This value determines the NixOS release from which the default
|
# This value determines the NixOS release from which the default
|
||||||
# settings for stateful data, like file locations and database versions
|
# settings for stateful data, like file locations and database versions
|
||||||
# on your system were taken. It‘s perfectly fine and recommended to leave
|
# on your system were taken. It‘s perfectly fine and recommended to leave
|
||||||
|
|
|
||||||
1
home.nix
1
home.nix
|
|
@ -86,7 +86,6 @@ let username = "clara"; in
|
||||||
vdhcoapp
|
vdhcoapp
|
||||||
inkscape
|
inkscape
|
||||||
prusa-slicer
|
prusa-slicer
|
||||||
light
|
|
||||||
] ++ (if x11mode then [
|
] ++ (if x11mode then [
|
||||||
arandr
|
arandr
|
||||||
flameshot
|
flameshot
|
||||||
|
|
|
||||||
|
|
@ -38,6 +38,10 @@
|
||||||
"XF86AudioLowerVolume" = "exec --no-startup-id wpctl set-volume @DEFAULT_SINK@ 5%-";
|
"XF86AudioLowerVolume" = "exec --no-startup-id wpctl set-volume @DEFAULT_SINK@ 5%-";
|
||||||
"XF86AudioMute" = "exec --no-startup-id wpctl set-mute @DEFAULT_SINK@ toggle";
|
"XF86AudioMute" = "exec --no-startup-id wpctl set-mute @DEFAULT_SINK@ toggle";
|
||||||
|
|
||||||
|
# light
|
||||||
|
"XF86MonBrightnessDown" = "exec --no-startup-id light -U 10.0";
|
||||||
|
"XF86MonBrightnessUp" = "exec --no-startup-id light -A 10.0";
|
||||||
|
|
||||||
# Terminal
|
# Terminal
|
||||||
"${mod}+Return" = "exec alacritty";
|
"${mod}+Return" = "exec alacritty";
|
||||||
"${mod}+Shift+q" = "kill";
|
"${mod}+Shift+q" = "kill";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue