Skip to content

Commit

Permalink
fix: disable smooth brightness
Browse files Browse the repository at this point in the history
  • Loading branch information
sioodmy committed Dec 23, 2024
1 parent 00e13e5 commit 44b5c95
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 67 deletions.
4 changes: 2 additions & 2 deletions user/wrapped/hypr/configs/Hyprland.nix
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ in {
", XF86AudioLowerVolume, exec, wpctl set-volume -l '1.0' @DEFAULT_AUDIO_SINK@ 6%-"

# backlight
", XF86MonBrightnessUp, exec, brillo -q -u 300000 -A 5"
", XF86MonBrightnessDown, exec, brillo -q -u 300000 -U 5"
", XF86MonBrightnessUp, exec, brillo -q -A 5"
", XF86MonBrightnessDown, exec, brillo -q -U 5"
];
bind =
[
Expand Down
Empty file removed user/wrapped/hyprlock/default.nix
Empty file.
16 changes: 0 additions & 16 deletions user/wrapped/hyprlock/hypridle.conf

This file was deleted.

49 changes: 0 additions & 49 deletions user/wrapped/hyprlock/hyprlock.conf

This file was deleted.

0 comments on commit 44b5c95

Please sign in to comment.