mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 15:14:26 +00:00
i3: remove deprecated example in i3.config.startup (#4201)
Deprecated in cacb8d4
, see #265
This commit is contained in:
parent
2f78e6fcba
commit
b23c7501f7
1 changed files with 1 additions and 1 deletions
|
@ -770,7 +770,7 @@ in {
|
|||
[
|
||||
{ command = "systemctl --user restart polybar"; always = true; notification = false; }
|
||||
{ command = "dropbox start"; notification = false; }
|
||||
{ command = "firefox"; workspace = "1: web"; }
|
||||
{ command = "firefox"; }
|
||||
];
|
||||
''
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue