From 45a7046b35a646c5d8d4cf95b839ac0efe95afe7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=A4nner?= Date: Tue, 21 May 2024 13:32:45 +0200 Subject: [PATCH] 336 current 1970-01-01 01:00:00 23.11.20240520.a8695cb 6.6.30-rt30 * --- modules/home/sway/default.nix | 1 + modules/home/sway/kanshi.nix | 24 ------------------------ 2 files changed, 1 insertion(+), 24 deletions(-) diff --git a/modules/home/sway/default.nix b/modules/home/sway/default.nix index fd01e86..eaf244a 100644 --- a/modules/home/sway/default.nix +++ b/modules/home/sway/default.nix @@ -58,6 +58,7 @@ in { waybar.battery = lib.mkIf cfg.laptop (lib.mkDefault true); waybar.backlight = lib.mkIf cfg.laptop (lib.mkDefault true); waybar.squeekboard = lib.mkIf cfg.laptop (lib.mkDefault true); + kanshi.laptop = lib.mkIf cfg.laptop (lib.mkDefault true); }; home.packages = with pkgs; [ diff --git a/modules/home/sway/kanshi.nix b/modules/home/sway/kanshi.nix index a345d3d..b1485f5 100644 --- a/modules/home/sway/kanshi.nix +++ b/modules/home/sway/kanshi.nix @@ -117,30 +117,6 @@ in { "${pkgs.sway}/bin/swaymsg workspace 5, move workspace to DP-3" ]; }; - dock_luhbots5 = { - outputs = [ - { - criteria = "eDP-1"; - position = "0,1080"; - } - { - criteria = "Dell Inc. DELL U2422HE 53DCH83"; - position = "0,0"; - } - { - criteria = "Dell Inc. DELL U2412M 0FFXD46I4U5S"; - transform = "90"; - position = "1080,0"; - } - ]; - exec = [ - "${pkgs.sway}/bin/swaymsg workspace 1, move workspace to DP-6" - "${pkgs.sway}/bin/swaymsg workspace 2, move workspace to DP-7" - "${pkgs.sway}/bin/swaymsg workspace 3, move workspace to eDP-1" - "${pkgs.sway}/bin/swaymsg workspace 4, move workspace to eDP-1" - "${pkgs.sway}/bin/swaymsg workspace 5, move workspace to DP-6" - ]; - }; laptop_hannspree = { outputs = [ {