summaryrefslogtreecommitdiff
path: root/awesome/default.nix
diff options
context:
space:
mode:
authorBrian Picciano <me@mediocregopher.com>2024-05-17 12:15:25 +0200
committerBrian Picciano <me@mediocregopher.com>2024-05-17 12:15:25 +0200
commit4ec951303aa1499cd68569684fac7ec18bd07981 (patch)
tree6d2d10f055ba2f66e94ec33448619ac444cbda56 /awesome/default.nix
parentcfe083ec2f88860e0520ddbd6874aa6981e38e8a (diff)
Remove startupExtra
Diffstat (limited to 'awesome/default.nix')
-rw-r--r--awesome/default.nix2
1 files changed, 0 insertions, 2 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.