1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-13 18:23:39 +02:00

i3: remove deprecated example in i3.config.startup (#4201)

Deprecated in cacb8d4, see #265
This commit is contained in:
Anton Mosich 2023-07-05 12:23:31 +02:00 committed by GitHub
parent 2f78e6fcba
commit b23c7501f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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