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" ]
|
if [ "$(tty)" = "/dev/tty1" ]
|
||||||
then
|
|
||||||
if [ "$(cat /etc/hostname)" = "archXPS15" ]
|
|
||||||
then
|
then
|
||||||
export MOZ_ENABLE_WAYLAND=1
|
export MOZ_ENABLE_WAYLAND=1
|
||||||
export XDG_SESSION_TYPE=wayland
|
export XDG_SESSION_TYPE=wayland
|
||||||
|
|
@ -8,4 +6,3 @@ then
|
||||||
export QT_QPA_PLATFORM=wayland
|
export QT_QPA_PLATFORM=wayland
|
||||||
exec sway
|
exec sway
|
||||||
fi
|
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
|
# vim: set ft=ini
|
||||||
nitrogen
|
sway
|
||||||
i3-wm
|
waybar
|
||||||
i3lock
|
neovim
|
||||||
polybar
|
python-neovim
|
||||||
xautolock
|
zsh
|
||||||
i3status
|
|
||||||
dunst
|
# things needed for neovim
|
||||||
sxhkd
|
|
||||||
dex
|
|
||||||
network-manager-applet
|
|
||||||
xautolock
|
|
||||||
polkit-kde-agent
|
|
||||||
acpi
|
|
||||||
arandr
|
|
||||||
autorandr
|
|
||||||
redshift
|
|
||||||
ripgrep
|
ripgrep
|
||||||
# provider for clipboard in nvim
|
unzip
|
||||||
xsel
|
wget
|
||||||
# for locking the screen with loginctl
|
tar
|
||||||
xss-lock
|
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
|
ranger-git
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue