mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat(i3): shortcuts for redshift and flameshot
redshift now doesnt run as a daemon anymore since it interferes with screen inversion due to xcalib
This commit is contained in:
@@ -187,7 +187,10 @@ in with config.niveum; {
|
||||
"${modifier}+p" = "exec --no-startup-id ${pkgs.pass}/bin/passmenu -l 5";
|
||||
"${modifier}+u" = "exec ${emoji-menu}/bin/emoji-menu";
|
||||
|
||||
"Print" = "exec ${scripts.scrot-dmenu}/bin/scrot-dmenu";
|
||||
"${modifier}+F9" = "exec ${pkgs.redshift}/bin/redshift -O 4000 -g 0.9:0.8:0.8";
|
||||
"${modifier}+F10" = "exec ${pkgs.redshift}/bin/redshift -x";
|
||||
|
||||
"Print" = "exec flameshot-once";
|
||||
"XF86AudioLowerVolume" = "exec --no-startup-id ${pkgs.pamixer}/bin/pamixer -d 5";
|
||||
"XF86AudioMute" = "exec --no-startup-id ${pkgs.pamixer}/bin/pamixer -t";
|
||||
"XF86AudioRaiseVolume" = "exec --no-startup-id ${pkgs.pamixer}/bin/pamixer -i 5";
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
services.redshift.enable = true;
|
||||
services.redshift.enable = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user