aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2026-04-29 23:27:33 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2026-04-29 23:27:33 +0200
commitf896f87de95cf305fa5f931088d2f8e4eb159096 (patch)
tree691082b00a46110f4e8c99be6aa2af69e6b94d00
parenta1138c40cfe1661ce459a6c9b446ab93560af61b (diff)
downloaddotfiles-f896f87de95cf305fa5f931088d2f8e4eb159096.tar.gz
Move to st as default terminal again
-rw-r--r--.alacritty.toml38
-rw-r--r--.config/i3/config2
-rwxr-xr-x.shenanigans.sh2
3 files changed, 2 insertions, 40 deletions
diff --git a/.alacritty.toml b/.alacritty.toml
deleted file mode 100644
index dd2ce1d..0000000
--- a/.alacritty.toml
+++ /dev/null
@@ -1,38 +0,0 @@
1[general]
2live_config_reload = true
3
4[window]
5dynamic_title = true
6dimensions = { columns = 140, lines = 50 }
7
8[font]
9normal = { family = "Berkeley Mono", style = "Bold" }
10size = 9
11
12[colors.primary]
13background = '#000000'
14foreground = '#ffffff'
15
16[colors.cursor]
17text = '#000000'
18cursor = '#ffffff'
19
20[colors.normal]
21black = '#0e1415'
22red = '#e25d56'
23green = '#73ca50'
24yellow = '#e9bf57'
25blue = '#4a88e4'
26magenta = '#915caf'
27cyan = '#23acdd'
28white = '#f0f0f0'
29
30[colors.bright]
31black = '#777777'
32red = '#f36868'
33green = '#88db3f'
34yellow = '#f0bf7a'
35blue = '#6f8fdb'
36magenta = '#e987e9'
37cyan = '#4ac9e2'
38white = '#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
24tiling_drag modifier titlebar 24tiling_drag modifier titlebar
25 25
26# start a terminal 26# start a terminal
27bindsym $mod+Return exec alacritty 27bindsym $mod+Return exec st -f "Berkeley Mono:style=Bold:size=9" -g 110x60
28 28
29# kill focused window 29# kill focused window
30bindsym $mod+Shift+q kill 30bindsym $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 @@
1# Software list: 1# Software list:
2# file-roller xfce4-plugins thunar-archive-plugin 2# file-roller xfce4-plugins thunar-archive-plugin
3# vim git tmux maim xclip xsel mc htop entr cifs-utils rsync jq rofi picom 3# vim git tmux maim xclip xsel mc htop entr cifs-utils rsync jq rofi picom
4# rsync curl hstr tree make gdb nvtop ctags stow newsboat mpv lazygit fd 4# st rsync curl hstr tree make gdb nvtop ctags stow newsboat mpv lazygit fd
5# Additonal stuff: 5# Additonal stuff:
6# go install golang.org/x/tools/gopls@latest 6# go install golang.org/x/tools/gopls@latest
7 7