Fix polybar

This commit is contained in:
marc
2022-11-03 23:45:44 +01:00
parent 6a5a70b06b
commit f4d6589bd1
2 changed files with 19 additions and 14 deletions

View File

@@ -57,6 +57,11 @@ in {
bars = [ ];
startup = [
{ command = "i3-msg workspace 1"; }
{ command = "systemctl --user restart polybar"; always = true; notification = false; }
];
keybindings = {
"${mod}+q" = "kill";