Reset notifications on resolution change
This commit is contained in:
parent
8581833387
commit
1609457bf1
1 changed files with 7 additions and 0 deletions
|
@ -73,6 +73,13 @@ in
|
||||||
programs.autorandr = {
|
programs.autorandr = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
hooks = {
|
||||||
|
postswitch = {
|
||||||
|
"restart-polybar" = "systemctl --user restart polybar";
|
||||||
|
"restart-kde-connect-indicator" = "systemctl --user restart kdeconnect-indicator";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
profiles = {
|
profiles = {
|
||||||
"foureighty-alone" = {
|
"foureighty-alone" = {
|
||||||
fingerprint = {
|
fingerprint = {
|
||||||
|
|
Loading…
Reference in a new issue