From b18fd67123ebc8035493cc86109098fc62c33987 Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Mon, 24 Nov 2025 14:00:02 -0500 Subject: [PATCH 1/6] switch to alacritty --- .alacritty.toml | 6 ++++++ hypr/hyprland.conf | 3 +-- kitty/kitty.conf | 9 --------- 3 files changed, 7 insertions(+), 11 deletions(-) create mode 100644 .alacritty.toml delete mode 100755 kitty/kitty.conf diff --git a/.alacritty.toml b/.alacritty.toml new file mode 100644 index 0000000..bb453c7 --- /dev/null +++ b/.alacritty.toml @@ -0,0 +1,6 @@ +[window] +decorations = "Transparent" + +[font] +normal = { family = "JetBrainsMono NF", style = "Regular" } +size = 12 diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 1263cbb..42cd3a1 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -1,9 +1,8 @@ # See https://wiki.hyprland.org/Configuring/Keywords/ for more # Programs -$terminal = kitty +$terminal = alacritty $fileManager = nautilus -$menu = ~/.config/rofi/scripts/launcher_t1 $lockScreen = hyprlock # See https://wiki.hyprland.org/Configuring/Keywords/ for more diff --git a/kitty/kitty.conf b/kitty/kitty.conf deleted file mode 100755 index 4e7bd94..0000000 --- a/kitty/kitty.conf +++ /dev/null @@ -1,9 +0,0 @@ -font_family JetBrainsMono NF -font_size 14 -shell_integration enabled -enable_audio_bell no -window_margin_width 2 -background_opacity 0.85 -confirm_os_window_close 0 -tab_bar_style powerline -hide_window_decorations yes From 8d5be6fb176e781bb40a8168ebb1d9876f550bee Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Mon, 24 Nov 2025 14:00:11 -0500 Subject: [PATCH 2/6] add java to mise global --- mise/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/mise/config.toml b/mise/config.toml index 74ad940..444f9db 100644 --- a/mise/config.toml +++ b/mise/config.toml @@ -4,3 +4,4 @@ node = "20" rust = "latest" bun = "latest" dotnet = "8" +java = "latest" From ac12e646f2dd1aa934e49da012736419d2dba37c Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Mon, 24 Nov 2025 14:00:15 -0500 Subject: [PATCH 3/6] ?? --- lux/empty-theme.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 lux/empty-theme.json diff --git a/lux/empty-theme.json b/lux/empty-theme.json new file mode 100644 index 0000000..425beef --- /dev/null +++ b/lux/empty-theme.json @@ -0,0 +1,30 @@ +{ + "palette": { + "primary": "", + "primarycontent": "", + "secondary": "", + "secondarycontent": "", + "accent": "", + "accentcontent": "", + "neutral": "", + "neutralcontent": "", + "base100": "", + "base200": "", + "base300": "", + "basecontent": "", + "info": "", + "infocontent": "", + "success": "", + "successcontent": "", + "warning": "", + "warningcontent": "", + "error": "", + "errorcontent": "", + "radiusSelector": "", + "radiusField": "", + "radiusBox": "", + "sizeSelector": "", + "sizeField": "", + "border": "" + } +} From a3b7fa400c39a376b9cee7a599857402e12ddaae Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Mon, 24 Nov 2025 14:00:02 -0500 Subject: [PATCH 4/6] switch to alacritty --- .alacritty.toml | 6 ++++++ hypr/hyprland.conf | 3 +-- hypr/hyprland/execs.conf | 4 ++-- kitty/kitty.conf | 9 --------- 4 files changed, 9 insertions(+), 13 deletions(-) create mode 100644 .alacritty.toml delete mode 100755 kitty/kitty.conf diff --git a/.alacritty.toml b/.alacritty.toml new file mode 100644 index 0000000..bb453c7 --- /dev/null +++ b/.alacritty.toml @@ -0,0 +1,6 @@ +[window] +decorations = "Transparent" + +[font] +normal = { family = "JetBrainsMono NF", style = "Regular" } +size = 12 diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 1263cbb..42cd3a1 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -1,9 +1,8 @@ # See https://wiki.hyprland.org/Configuring/Keywords/ for more # Programs -$terminal = kitty +$terminal = alacritty $fileManager = nautilus -$menu = ~/.config/rofi/scripts/launcher_t1 $lockScreen = hyprlock # See https://wiki.hyprland.org/Configuring/Keywords/ for more diff --git a/hypr/hyprland/execs.conf b/hypr/hyprland/execs.conf index a2c5181..31396b6 100644 --- a/hypr/hyprland/execs.conf +++ b/hypr/hyprland/execs.conf @@ -15,8 +15,8 @@ exec-once = [workspace 1 silent] proton-mail --password-store="gnome-libsecret" exec-once = [workspace 2 silent] discord --enable-features=UseOzonePlatform --ozone-platform=wayland exec-once = [workspace 2 silent] signal-desktop --password-store="gnome-libsecret" exec-once = [workspace 3 silent] zen-browser -exec-once = [workspace 4 silent] kitty +exec-once = [workspace 4 silent] alacritty exec-once = [workspace 5 silent] steam -exec-once = [workspace special:terminal silent] kitty +exec-once = [workspace special:terminal silent] alacritty exec-once = [workspace special:music silent] tidal-hifi --enable-features=UseOzonePlatform --ozone-platform=wayland diff --git a/kitty/kitty.conf b/kitty/kitty.conf deleted file mode 100755 index 4e7bd94..0000000 --- a/kitty/kitty.conf +++ /dev/null @@ -1,9 +0,0 @@ -font_family JetBrainsMono NF -font_size 14 -shell_integration enabled -enable_audio_bell no -window_margin_width 2 -background_opacity 0.85 -confirm_os_window_close 0 -tab_bar_style powerline -hide_window_decorations yes From 04c718410bf4d4945c8dc20b03e86d35260dc31e Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Mon, 24 Nov 2025 14:00:11 -0500 Subject: [PATCH 5/6] add java to mise global --- mise/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/mise/config.toml b/mise/config.toml index 74ad940..444f9db 100644 --- a/mise/config.toml +++ b/mise/config.toml @@ -4,3 +4,4 @@ node = "20" rust = "latest" bun = "latest" dotnet = "8" +java = "latest" From 0206ce577349b09d488cd3c53b5cde2f14ba764d Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Mon, 24 Nov 2025 14:00:15 -0500 Subject: [PATCH 6/6] ?? --- lux/empty-theme.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 lux/empty-theme.json diff --git a/lux/empty-theme.json b/lux/empty-theme.json new file mode 100644 index 0000000..425beef --- /dev/null +++ b/lux/empty-theme.json @@ -0,0 +1,30 @@ +{ + "palette": { + "primary": "", + "primarycontent": "", + "secondary": "", + "secondarycontent": "", + "accent": "", + "accentcontent": "", + "neutral": "", + "neutralcontent": "", + "base100": "", + "base200": "", + "base300": "", + "basecontent": "", + "info": "", + "infocontent": "", + "success": "", + "successcontent": "", + "warning": "", + "warningcontent": "", + "error": "", + "errorcontent": "", + "radiusSelector": "", + "radiusField": "", + "radiusBox": "", + "sizeSelector": "", + "sizeField": "", + "border": "" + } +}