diff --git a/tasks/arch.py b/tasks/arch.py index 2c44e1af..9e2037c2 100644 --- a/tasks/arch.py +++ b/tasks/arch.py @@ -34,7 +34,8 @@ PACKAGES = [ SERVICES = [ - "sshd.socket", "nvidia-persistenced.service", "NetworkManager.service", "teamviewerd.service", "--user vncserver@:1" + "sshd.socket", "nvidia-persistenced.service", "NetworkManager.service", + "teamviewerd.service", "--user vncserver@:1", "autorandr.service", ] diff --git a/tasks/shell/arch_dependencies.sh b/tasks/shell/arch_dependencies.sh index c2559bc2..234d6f6b 100755 --- a/tasks/shell/arch_dependencies.sh +++ b/tasks/shell/arch_dependencies.sh @@ -6,12 +6,20 @@ indirect_expand() { } ESSENTIAL=( - "lightdm-git" "zsh", "git" "emacs-git" "autoconf" "pkg-config" "pyenv" + "lightdm-git" "zsh" "git" "emacs-git" "autoconf" "pkg-config" "pyenv" "autoconf" "automake" "the_silver_searcher" "jdk8-openjdk" "openjdk8-doc" "openjdk8-src" "ghc" "cabal-install" "sparkleshare" "rofi" "rxvt-unicode" "keepassxc-git" "xorg-xrandr" "spotify" "htop" "rcm" "networkmanager-applet" "pulseaudio-ctl" "pasystray" "xclip" "copyq" "notification-daemon" - "pavucontrol" "xsettingsd-git" "udiskie", "python-pip" + "pavucontrol" "xsettingsd-git" "udiskie" "python-pip" "gnome-keyring" +) + +NEEDED=( + "playerctl" "vlc" "feh" +) + +OTHER=( + "simplescreenrecorder" ) LANGUAGES=( @@ -25,7 +33,7 @@ APPEARANCE=( ) NVIDIA=( - "nvidia-settings" "feh" + "nvidia-settings" ) MACBOOK=(