diff --git a/arch-root/install.sh b/arch-root/install.sh index 336d5d3..4930c19 100755 --- a/arch-root/install.sh +++ b/arch-root/install.sh @@ -16,7 +16,7 @@ PACKAGES=( just shellcheck # shell scripting git zip # data processing - gnupg pass pass-otp # crypt + gnupg pass pass-otp pwgen # crypt imv mpv imagemagick gimp # media aichat libqalculate translate-shell # utils libreoffice-still # docs diff --git a/arch-user/config/bemenu/base.runlist b/arch-user/config/bemenu/base.runlist index 9266b45..f24448b 100644 --- a/arch-user/config/bemenu/base.runlist +++ b/arch-user/config/bemenu/base.runlist @@ -1,4 +1,4 @@ -exec qutebrowser +exec qutebrowser -R exec gimp exec telegram-desktop man man diff --git a/arch-user/gen-linux-compat.sh b/arch-user/gen-linux-compat.sh deleted file mode 100755 index b0288cf..0000000 --- a/arch-user/gen-linux-compat.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -set -e -cd "$(dirname "$(readlink -f -- "$0")")" -umask 002 - -export IS_COMPAT=1 -gomplate --file bin/workspace-compat -gomplate --file config/vim/vimrc -gomplate --file config/readline/inputrc -gomplate --file config/less/lesskey