From f896f87de95cf305fa5f931088d2f8e4eb159096 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 29 Apr 2026 23:27:33 +0200 Subject: Move to st as default terminal again --- .alacritty.toml | 38 -------------------------------------- .config/i3/config | 2 +- .shenanigans.sh | 2 +- 3 files changed, 2 insertions(+), 40 deletions(-) delete mode 100644 .alacritty.toml diff --git a/.alacritty.toml b/.alacritty.toml deleted file mode 100644 index dd2ce1d..0000000 --- a/.alacritty.toml +++ /dev/null @@ -1,38 +0,0 @@ -[general] -live_config_reload = true - -[window] -dynamic_title = true -dimensions = { columns = 140, lines = 50 } - -[font] -normal = { family = "Berkeley Mono", style = "Bold" } -size = 9 - -[colors.primary] -background = '#000000' -foreground = '#ffffff' - -[colors.cursor] -text = '#000000' -cursor = '#ffffff' - -[colors.normal] -black = '#0e1415' -red = '#e25d56' -green = '#73ca50' -yellow = '#e9bf57' -blue = '#4a88e4' -magenta = '#915caf' -cyan = '#23acdd' -white = '#f0f0f0' - -[colors.bright] -black = '#777777' -red = '#f36868' -green = '#88db3f' -yellow = '#f0bf7a' -blue = '#6f8fdb' -magenta = '#e987e9' -cyan = '#4ac9e2' -white = '#ffffff' diff --git a/.config/i3/config b/.config/i3/config index b43b47d..bc37401 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -24,7 +24,7 @@ floating_modifier $mod tiling_drag modifier titlebar # start a terminal -bindsym $mod+Return exec alacritty +bindsym $mod+Return exec st -f "Berkeley Mono:style=Bold:size=9" -g 110x60 # kill focused window bindsym $mod+Shift+q kill diff --git a/.shenanigans.sh b/.shenanigans.sh index 0a1cf98..9e3aaa2 100755 --- a/.shenanigans.sh +++ b/.shenanigans.sh @@ -1,7 +1,7 @@ # Software list: # file-roller xfce4-plugins thunar-archive-plugin # vim git tmux maim xclip xsel mc htop entr cifs-utils rsync jq rofi picom -# rsync curl hstr tree make gdb nvtop ctags stow newsboat mpv lazygit fd +# st rsync curl hstr tree make gdb nvtop ctags stow newsboat mpv lazygit fd # Additonal stuff: # go install golang.org/x/tools/gopls@latest -- cgit v1.2.3