diff options
author | bd <bdunahu@operationnull.com> | 2024-07-06 21:44:18 -0600 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2024-07-06 21:46:30 -0600 |
commit | d1b3440d38a3bea44b8f0e8c63cd3cf2ec0a22d8 (patch) | |
tree | 127ffb07da9d3eb27d1d30e5927ccf443592a719 /.config/guix/modules/dwm/config.def.h | |
parent | 96ff90e316961089749f4a25f15e25c18c396fe4 (diff) |
Turn on all powersaving options
Diffstat (limited to '.config/guix/modules/dwm/config.def.h')
-rw-r--r-- | .config/guix/modules/dwm/config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/guix/modules/dwm/config.def.h b/.config/guix/modules/dwm/config.def.h index a96eb91..dc62826 100644 --- a/.config/guix/modules/dwm/config.def.h +++ b/.config/guix/modules/dwm/config.def.h @@ -39,7 +39,7 @@ static const Rule rules[] = { { "Zathura", NULL, NULL, 1 << 2, 0, -1 }, { "libreoffice",NULL, NULL, 1 << 3, 0, -1 }, { "Gimp", NULL, NULL, 1 << 4, 1, -1 }, - { "nsxiv", NULL, NULL, 1 << 6, 0, -1 }, + { "Nsxiv", NULL, NULL, 1 << 6, 0, -1 }, { "mpv", NULL, NULL, 1 << 7, 0, -1 }, }; |