From caef5557cc4fe155a80309da862581778d39b0dc Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Wed, 15 Jan 2025 18:20:24 -0600 Subject: [PATCH] updates --- components/hm/alacritty.nix | 15 --------------- hosts/lio/flake.lock | 8 ++++---- 2 files changed, 4 insertions(+), 19 deletions(-) diff --git a/components/hm/alacritty.nix b/components/hm/alacritty.nix index 8ff00e2..0794c15 100644 --- a/components/hm/alacritty.nix +++ b/components/hm/alacritty.nix @@ -1,11 +1,9 @@ { ... }: { - # More of an experiment to try out since wezterm is being weird on wayland... programs.alacritty = { enable = true; settings = { window = { - # TODO revisit, I still want some border shadow but no top bar but that is not an option decorations = "None"; dynamic_title = false; }; @@ -29,20 +27,7 @@ font = { normal = { family = "JetBrainsMonoNL Nerd Font"; style = "Regular"; }; size = 12.0; - ## TODO use 16 on macos ... }; - # TODO revisit... none of this is working. - # NOTE: I probably wont need these anymore, I've since entirely remade and relearned my tmux shortcuts to not be based on these - keyboard.bindings = [ - # { key = "m"; mods = "Command"; chars = "test"; } - # { key = "t"; mods = "Control"; action = { SendString = "\\x01t"; }; } - # { key = "w"; mods = "Control"; action = { SendString = "\\x01w"; }; } - # { key = "o"; mods = "Control"; action = { SendString = "testing123"; }; } - # { key = "w"; mods = "Control"; chars = "\\\\x01w"; } - # { key = "o"; mods = "Control"; chars = "\\\\x01o"; } - # { key = "1"; mods = "Control"; chars = "\\\\x011"; } - # { key = "2"; mods = "Control"; chars = "\\\\x012"; } - ]; }; }; } diff --git a/hosts/lio/flake.lock b/hosts/lio/flake.lock index 43c5612..9e6c6c8 100644 --- a/hosts/lio/flake.lock +++ b/hosts/lio/flake.lock @@ -166,11 +166,11 @@ }, "mod_de_gnome": { "locked": { - "lastModified": 1736973533, - "narHash": "sha256-qQC5l8sTFu8A9tyhq6JQFF/J/UsvY6+GauzxTZI9N3E=", + "lastModified": 1736986820, + "narHash": "sha256-bdZrdjjIajoXY+OZvPCxdpAp/50WWHrYawyTBTeEVBY=", "ref": "mod_de_gnome", - "rev": "dd83588ddb8872a3d0fcfda157a7ab0f5986c14e", - "revCount": 7, + "rev": "daac586b9dcdf18d08d3eedaad84b471f1d6106e", + "revCount": 11, "type": "git", "url": "https://git.joshuabell.xyz/dotfiles" },