diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-05 16:16:27 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-05 16:16:27 +0100 |
| commit | 482b4af6abc74d6844339d2a2e62fa299a415c9d (patch) | |
| tree | 6fb9a52a796040b687cadde3450e3cddadf24da0 /modules/home | |
| parent | 10ff40f96782562319ac3c71cac7584cc1cfbecc (diff) | |
added base of picom
Diffstat (limited to 'modules/home')
| -rw-r--r-- | modules/home/i3wm/nord-blue/default.nix | 1 | ||||
| -rw-r--r-- | modules/home/i3wm/nord-blue/i3.nix | 2 | ||||
| -rw-r--r-- | modules/home/i3wm/nord-blue/picom.nix | 5 |
3 files changed, 7 insertions, 1 deletions
diff --git a/modules/home/i3wm/nord-blue/default.nix b/modules/home/i3wm/nord-blue/default.nix index 2ef727a..2e11b02 100644 --- a/modules/home/i3wm/nord-blue/default.nix +++ b/modules/home/i3wm/nord-blue/default.nix @@ -4,5 +4,6 @@ imports = [ ./alacritty.nix ./i3.nix + ./picom.nix ]; }
\ No newline at end of file diff --git a/modules/home/i3wm/nord-blue/i3.nix b/modules/home/i3wm/nord-blue/i3.nix index a5fb82d..14810bf 100644 --- a/modules/home/i3wm/nord-blue/i3.nix +++ b/modules/home/i3wm/nord-blue/i3.nix @@ -16,7 +16,7 @@ in window = { titlebar = false; - border = 10; + border = 3; }; startup = [ diff --git a/modules/home/i3wm/nord-blue/picom.nix b/modules/home/i3wm/nord-blue/picom.nix new file mode 100644 index 0000000..68d3690 --- /dev/null +++ b/modules/home/i3wm/nord-blue/picom.nix @@ -0,0 +1,5 @@ +{ pkgs, config, lib, ... }: + +{ + +}
\ No newline at end of file |
