From 7b2d100cd3cef47df473ea2c02e8ec648322a60e Mon Sep 17 00:00:00 2001 From: Sky Hearn Date: Tue, 27 Feb 2024 23:23:52 -0800 Subject: [PATCH] 62 current 2024-02-27 23:23:49 23.11.4801.b7ee09cf5614 6.1.79 * --- configuration.nix | 7 ++++++- dwm | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index fb45b46..73c2f85 100644 --- a/configuration.nix +++ b/configuration.nix @@ -52,6 +52,10 @@ # Enable the X11 windowing system. services.xserver.enable = true; + services.xserver.displayManager.sessionCommands = '' +slstatus & +nitrogen --restore & +''; # Configure keymap in X11 services.xserver.xkb.layout = "us"; @@ -99,6 +103,7 @@ backend = "glx"; }; + programs.bash = { enable = true; shellAliases = { @@ -152,7 +157,7 @@ description = "Clipcat Daemon"; serviceConfig = { - ExecStart = ''/usr/bin/clipcatd --no-daemon --replace''; # TODO: find where to actually run clipcatd + ExecStart = ''${pkgs.clipcat}/bin/clipcatd --no-daemon --replace''; Restart = "on-failure"; Type = "simple"; }; diff --git a/dwm b/dwm index 9f88553..1a7ba5c 160000 --- a/dwm +++ b/dwm @@ -1 +1 @@ -Subproject commit 9f8855343c881bdc01b9fff5b956537ba1106b76 +Subproject commit 1a7ba5c47946d78d6f3e4e6ee218c9f32f7c8ccc