add screensharing ability
Christian Krinitsin mail@krinitsin.com
Tue, 27 May 2025 17:59:18 +0200
3 files changed,
6 insertions(+),
7 deletions(-)
M
bash/.bash_profile
→
bash/.bash_profile
@@ -5,5 +5,5 @@
[[ -f ~/.bashrc ]] && . ~/.bashrc if [ -z "${WAYLAND_DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then - exec sway + exec dbus-run-session sway fi
M
scripts/install-packages.sh
→
scripts/install-packages.sh
@@ -1,7 +1,7 @@
#!/usr/bin/bash # list of all needed pacman packages -declare -a pacman=("atuin" "unzip" "rbw" "rofi-rbw" "wtype" "swaybg" "syncthing" "openssh" "lazygit" "platformio-core" "platformio-core-udev" "whois" "bash-completion" "fzf" "grim" "pacman-contrib" "sway-contrib" "python-tldextract" "gnupg" "base-devel" "libnotify" "wl-clipboard" "python-pyperclip" "qt6-wayland" "xorg-xwayland" "nerd-fonts" "zoxide" "waybar" "bison" "startup-notification" "flex" "wayland-protocols" "pkgconf" "cmake" "gcc" "alacritty" "dunst" "neovim" "qutebrowser" "starship" "xdg-user-dirs" "zathura" "zathura-pdf-mupdf" "meson" "ninja" "inotify-tools" "pipewire" "pipewire-audio" "pipewire-alsa" "pipewire-pulse" "pavucontrol" "texlive-basic" "texlive-bibtexextra" "texlive-latex" "texlive-mathscience" "texlive-latexrecommended" "texlive-latexextra" "texlive-binextra") +declare -a pacman=("xdg-desktop-portal-wlr" "xdg-desktop-portal" "autoconf-archive" "atuin" "unzip" "rbw" "rofi-rbw" "wtype" "swaybg" "syncthing" "openssh" "lazygit" "platformio-core" "platformio-core-udev" "whois" "bash-completion" "fzf" "grim" "pacman-contrib" "sway-contrib" "python-tldextract" "gnupg" "base-devel" "libnotify" "wl-clipboard" "python-pyperclip" "qt6-wayland" "xorg-xwayland" "nerd-fonts" "zoxide" "waybar" "bison" "startup-notification" "flex" "wayland-protocols" "pkgconf" "cmake" "gcc" "alacritty" "dunst" "neovim" "qutebrowser" "starship" "xdg-user-dirs" "zathura" "zathura-pdf-mupdf" "meson" "ninja" "inotify-tools" "pipewire" "pipewire-audio" "pipewire-alsa" "pipewire-pulse" "pavucontrol" "texlive-basic" "texlive-bibtexextra" "texlive-latex" "texlive-mathscience" "texlive-latexrecommended" "texlive-latexextra" "texlive-binextra") # list of all needed aur packages declare -a aur=( )@@ -28,11 +28,6 @@ printf "'$package' is already installed\n"
fi done -git clone https://github.com/plattfot/pinentry-rofi.git /tmp/pin-rofi -cd /tmp/pin-rofi -autoreconf -vif && ./configure && make check -sudo cp /tmp/pin-rofi/scripts/pinentry-rofi /usr/bin/ - # install rofi and dmenu for wayland git clone https://github.com/lbonn/rofi.git /tmp/rofi cd /tmp/rofi@@ -50,3 +45,5 @@ cd && rm -rf /tmp/dmenu-wl /tmp/rofi
# download .bash-preexec for atuin curl https://raw.githubusercontent.com/rcaloras/bash-preexec/master/bash-preexec.sh -o ~/.bash-preexec.sh + +echo "Execute 'yay -S pinentry-rofi'"
M
sway/.config/sway/config
→
sway/.config/sway/config
@@ -152,6 +152,8 @@ bindsym $mod+u exec toggle_monitor_focus
bindsym $mod+Shift+m exec prismlauncher -l 1.21.4 -s krinitsin.com bindsym $mod+Shift+g exec steam-launcher +exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway + # autostart exec --no-startup-id /usr/bin/dunst exec --no-startup-id /usr/bin/syncthing --no-browser