Better bspwm and sxhdkd

This commit is contained in:
Filippo Berto 2022-12-26 15:56:07 +01:00
parent 1f8c424512
commit 091fc65b2f
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
4 changed files with 8 additions and 3 deletions

View file

@ -34,7 +34,6 @@ in
};
startupPrograms = [
"${monitorSetupScript}" # Setup monitors
"systemctl --user restart polybar" # Restart polybar
"${xsetroot} -solid black -cursor_name left_ptr" # Set cursor
"${pkgs.update-background}/bin/update-background" # Set background
];