From 5565859b02464e830a379c546ee321ba973fb5b9 Mon Sep 17 00:00:00 2001 From: Sean Kovacs Date: Mon, 23 Feb 2026 18:43:22 -0500 Subject: [PATCH 1/2] changes to niri & firefox --- home/apps/firefox_css/theme/hide.css | 4 ++-- home/tiling/niri.nix | 17 ++++++++--------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/home/apps/firefox_css/theme/hide.css b/home/apps/firefox_css/theme/hide.css index ba0975a..7d7386d 100644 --- a/home/apps/firefox_css/theme/hide.css +++ b/home/apps/firefox_css/theme/hide.css @@ -14,7 +14,7 @@ visibility: hidden !important; } -.browserContainer { +/*.browserContainer { border-radius: 8px !important; margin: 6px !important; background-color: transparent !important; @@ -22,4 +22,4 @@ browser { border-radius: 8px !important; -} +}*/ diff --git a/home/tiling/niri.nix b/home/tiling/niri.nix index 63a1fe0..3f10058 100644 --- a/home/tiling/niri.nix +++ b/home/tiling/niri.nix @@ -16,7 +16,7 @@ XCURSOR_THEME = config.userOptions.cursor.name; XCURSOR_SIZE = toString config.userOptions.cursor.size; }; - screenshot-path = "~/Pictures/Screenshots/Screenshot from %Y-%m-%d %H-%M-%S.png"; + screenshot-path = "~/Pictures/Screenshots/%a %b %e %Y @%l:%M %p.png"; hotkey-overlay.skip-at-startup = true; prefer-no-csd = true; gestures.hot-corners.enable = false; @@ -88,9 +88,7 @@ layout = { gaps = 4; background-color = "transparent"; - default-column-width = { - proportion = 0.5; - }; + default-column-width.proportion = 0.5; preset-column-widths = [ { proportion = 4.0 / 12.0; } { proportion = 6.0 / 12.0; } @@ -167,7 +165,7 @@ is-active = false; } ]; - opacity = 0.875; + opacity = 0.90; } { matches = [ @@ -182,6 +180,7 @@ ]; open-maximized-to-edges = true; open-focused = true; + opacity = 1.00; } { matches = [ @@ -227,7 +226,7 @@ } { matches = [ { namespace = "^launcher$"; } ]; - opacity = 0.925; + opacity = 0.90; background-effect = { xray = false; blur = true; @@ -539,6 +538,7 @@ "Mod+Equal".action.set-column-width = "+10%"; "Mod+Shift+Minus".action.set-window-height = "-10%"; "Mod+Shift+Equal".action.set-window-height = "+10%"; + "Mod+Ctrl+Minus".action.set-column-width = "-0.25%"; "Mod+Ctrl+Equal".action.set-column-width = "+0.25%"; "Mod+Ctrl+Shift+Minus".action.set-window-height = "-0.25%"; @@ -549,10 +549,9 @@ "Mod+W".action.toggle-column-tabbed-display = { }; - "Print".action.screenshot.show-pointer = false; "Mod+Shift+S".action.screenshot.show-pointer = false; - "Ctrl+Print".action.screenshot-screen.show-pointer = false; - "Alt+Print".action.screenshot-window.show-pointer = false; + "Ctrl+Shift+S".action.screenshot-screen.show-pointer = false; + "Alt+Shift+S".action.screenshot-window.show-pointer = false; "Mod+Escape" = { action.toggle-keyboard-shortcuts-inhibit = { }; From 97fccc7e2137537bc51baacb5b8d9ba7fcd46ca2 Mon Sep 17 00:00:00 2001 From: Sean Kovacs Date: Tue, 24 Feb 2026 11:16:50 -0500 Subject: [PATCH 2/2] move macbook display to its home/hosts --- home/hosts/peach/default.nix | 55 +++++++++++++++++++++++------------- home/tiling/niri.nix | 8 +----- 2 files changed, 36 insertions(+), 27 deletions(-) diff --git a/home/hosts/peach/default.nix b/home/hosts/peach/default.nix index be271f2..b7ce659 100644 --- a/home/hosts/peach/default.nix +++ b/home/hosts/peach/default.nix @@ -18,28 +18,43 @@ moonlight-qt ]; - programs.noctalia-shell.settings.bar = { - position = "top"; - density = "spacious"; - }; + programs = { + noctalia-shell.settings.bar = { + position = "top"; + density = "spacious"; + }; - programs.plasma = lib.mkDefault { - input.touchpads = [ - { - name = "Apple MTP multi-touch"; - vendorId = "05ac"; - productId = "0352"; - disableWhileTyping = false; - enable = true; - tapToClick = false; - naturalScroll = true; - accelerationProfile = "default"; - } - ]; + niri.settings.outputs."eDP-1" = { + scale = 1.5; + mode = { + width = 3024; + height = 1964; + refresh = 60.000; + }; + position = { + x = 272; + y = 1440; + }; + }; - shortcuts = { - # this is really annoying on apple laptops - org_kde_powerdevil.Sleep = [ ]; + plasma = lib.mkDefault { + input.touchpads = [ + { + name = "Apple MTP multi-touch"; + vendorId = "05ac"; + productId = "0352"; + disableWhileTyping = false; + enable = true; + tapToClick = false; + naturalScroll = true; + accelerationProfile = "default"; + } + ]; + + shortcuts = { + # this is really annoying on apple laptops + org_kde_powerdevil.Sleep = [ ]; + }; }; }; } diff --git a/home/tiling/niri.nix b/home/tiling/niri.nix index 3f10058..245ef15 100644 --- a/home/tiling/niri.nix +++ b/home/tiling/niri.nix @@ -48,13 +48,6 @@ }; }; outputs = { - "eDP-1" = { - scale = 1.5; - position = { - x = 272; - y = 1440; - }; - }; "HDMI-A-1" = { mode = { width = 3840; @@ -133,6 +126,7 @@ noise = 0.05; saturation = 1; }; + draw-border-with-background = false; } { matches = [