diff options
author | Jesús <heckyel@hyperbola.info> | 2021-10-12 18:33:24 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-10-12 18:33:24 -0500 |
commit | cadef2c0a4910dc6e2ae4ee015d2faa92a395c97 (patch) | |
tree | 05ff9212dd32ebe30f1fc85bd38b6de25314ad6a | |
parent | 5f85a79bd66c5ba3126a59c09b05c05eba954306 (diff) | |
download | i3-config-cadef2c0a4910dc6e2ae4ee015d2faa92a395c97.tar.lz i3-config-cadef2c0a4910dc6e2ae4ee015d2faa92a395c97.tar.xz i3-config-cadef2c0a4910dc6e2ae4ee015d2faa92a395c97.zip |
Add st as depend
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | install.sh | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -20,6 +20,7 @@ This repository saves the custom configuration used by heckyel in i3wm - ranger - rofi - scrot +- st - sakura - udevil - bubblewrap @@ -20,7 +20,7 @@ do $root_key pacman -S --noconfirm i3-wm i3status dmenu sysstat # i3 blocks and dependecies $root_key pacman -S --noconfirm i3blocks i3lock rofi \ - conky acpi scrot sakura feh ranger bubblewrap \ + conky acpi scrot st sakura feh ranger bubblewrap \ ttf-hack xenocara-xbacklight xdg-user-dirs fi |