migrated pkglist to wayland
This commit is contained in:
parent
292710ca88
commit
2d95a09b9b
4 changed files with 42 additions and 30 deletions
|
|
@ -1,6 +1,4 @@
|
|||
if [ "$(tty)" = "/dev/tty1" ]
|
||||
then
|
||||
if [ "$(cat /etc/hostname)" = "archXPS15" ]
|
||||
then
|
||||
export MOZ_ENABLE_WAYLAND=1
|
||||
export XDG_SESSION_TYPE=wayland
|
||||
|
|
@ -8,4 +6,3 @@ then
|
|||
export QT_QPA_PLATFORM=wayland
|
||||
exec sway
|
||||
fi
|
||||
fi
|
||||
|
|
|
|||
3
install_pacman
Executable file
3
install_pacman
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/bash
|
||||
|
||||
grep -v "^#" pkglist.txt | sudo pacman -S --needed -
|
||||
55
pkglist.txt
55
pkglist.txt
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,2 +1 @@
|
|||
i3lock-fancy-git
|
||||
ranger-git
|
||||
|
|
|
|||
Loading…
Reference in a new issue