From a231968592b37bbd9fe5d5da4a7c3e47f059e97e Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Fri, 3 Jan 2025 23:06:20 +0100 Subject: [PATCH] nixos/cosmic: update config defaults --- .../com.system76.CosmicComp/v1/focus_follows_cursor_delay | 2 +- .../com.system76.CosmicPanel.Panel/v1/plugins_wings | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nix-os/desktopManagers/cosmic-config/com.system76.CosmicComp/v1/focus_follows_cursor_delay b/nix-os/desktopManagers/cosmic-config/com.system76.CosmicComp/v1/focus_follows_cursor_delay index 8a32cf7..e373ee6 100644 --- a/nix-os/desktopManagers/cosmic-config/com.system76.CosmicComp/v1/focus_follows_cursor_delay +++ b/nix-os/desktopManagers/cosmic-config/com.system76.CosmicComp/v1/focus_follows_cursor_delay @@ -1 +1 @@ -250 \ No newline at end of file +50 diff --git a/nix-os/desktopManagers/cosmic-config/com.system76.CosmicPanel.Panel/v1/plugins_wings b/nix-os/desktopManagers/cosmic-config/com.system76.CosmicPanel.Panel/v1/plugins_wings index 3d44247..88477bc 100644 --- a/nix-os/desktopManagers/cosmic-config/com.system76.CosmicPanel.Panel/v1/plugins_wings +++ b/nix-os/desktopManagers/cosmic-config/com.system76.CosmicPanel.Panel/v1/plugins_wings @@ -2,8 +2,8 @@ Some(([ "com.system76.CosmicPanelAppButton", "com.system76.CosmicAppletWorkspaces", ], [ - "com.system76.CosmicAppletInputSources", "com.system76.CosmicAppletStatusArea", + "com.system76.CosmicAppletInputSources", "com.system76.CosmicAppletTiling", "com.system76.CosmicAppletAudio", "com.system76.CosmicAppletNetwork", @@ -11,4 +11,4 @@ Some(([ "com.system76.CosmicAppletNotifications", "com.system76.CosmicAppletBluetooth", "com.system76.CosmicAppletPower", -])) \ No newline at end of file +]))