From 4ec951303aa1499cd68569684fac7ec18bd07981 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Fri, 17 May 2024 12:15:25 +0200 Subject: Remove startupExtra --- awesome/default.nix | 2 -- config/default.nix | 1 - 2 files changed, 3 deletions(-) diff --git a/awesome/default.nix b/awesome/default.nix index 5baaf95..31e60fb 100644 --- a/awesome/default.nix +++ b/awesome/default.nix @@ -69,8 +69,6 @@ EOF ${pkgs.xorg.xset}/bin/xset -dpms ${pkgs.xorg.xset}/bin/xset s off - ${config.awesome.startupExtra} - # HACK: This sleep is here because phwmon actually creates a separate tray # icon for each thing it monitors, and if the process runs at the same time # as another process which creates a tray icon they can get interleaved. diff --git a/config/default.nix b/config/default.nix index 590a6b7..2e50f7e 100644 --- a/config/default.nix +++ b/config/default.nix @@ -9,7 +9,6 @@ }; awesome = { - startupExtra = ""; startupApps = []; xorgConfExtra = ""; xorgInputDrivers = pkgs: [ -- cgit v1.2.3