migrated pkglist to wayland

This commit is contained in:
Thies Lennart Alff 2023-10-14 17:04:33 +02:00
parent 292710ca88
commit 2d95a09b9b
4 changed files with 42 additions and 30 deletions

View file

@ -1,11 +1,8 @@
if [ "$(tty)" = "/dev/tty1" ]
then
if [ "$(cat /etc/hostname)" = "archXPS15" ]
then
export MOZ_ENABLE_WAYLAND=1
export XDG_SESSION_TYPE=wayland
export XDG_CURRENT_DESKTOP=sway
export QT_QPA_PLATFORM=wayland
exec sway
fi
fi

3
install_pacman Executable file
View file

@ -0,0 +1,3 @@
#!/usr/bin/bash
grep -v "^#" pkglist.txt | sudo pacman -S --needed -

View file

@ -1,22 +1,35 @@
picom
nitrogen
i3-wm
i3lock
polybar
xautolock
i3status
dunst
sxhkd
dex
network-manager-applet
xautolock
polkit-kde-agent
acpi
arandr
autorandr
redshift
# vim: set ft=ini
sway
waybar
neovim
python-neovim
zsh
# things needed for neovim
ripgrep
# provider for clipboard in nvim
xsel
# for locking the screen with loginctl
xss-lock
unzip
wget
tar
gzip
python-pip
nodejs
fd
# screen sharing
xdg-desktop-portal
xdg-desktop-portal-wlr
# screenshots
slurp
grim
# clipboard. generally needed
wl-clipboard
# required for sway
polkit
# my favourite system font
noto-fonts
noto-fonts-emoji
ttf-fira-code

View file

@ -1,2 +1 @@
i3lock-fancy-git
ranger-git