mirror of
https://github.com/WarrenHood/dotfiles.git
synced 2025-04-29 14:05:00 +01:00
Fixed xdg-desktop-portal-hyprland issue
This commit is contained in:
parent
00de1f4335
commit
152774c89a
|
@ -230,4 +230,5 @@ bind = , XF86AudioNext, exec, ~/.scripts/playerctl-fast next
|
|||
# Things to execute on launch
|
||||
# exec-once = waybar & hyprpaper & firefox
|
||||
exec-once = dunst & waybar & /usr/lib/polkit-kde-authentication-agent-1
|
||||
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
# exec-once = ~/.scripts/start-xdg-desktop-portal-hyprland
|
||||
# exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
|
|
6
setup
6
setup
|
@ -12,13 +12,13 @@ git submodule update
|
|||
# Wayland + Hyprland is quite nice
|
||||
setup_hyprland_arch() {
|
||||
echo "Setting up Hyprland..."
|
||||
sudo pacman -S wayland hyprland waybar wofi dunst pipewire wireplumber xdg-desktop-portal-hyprland polkit-kde-agent qt5-wayland qt6-wayland
|
||||
sudo pacman -S wayland hyprland waybar wofi dunst pipewire wireplumber polkit-kde-agent qt5-wayland qt6-wayland
|
||||
|
||||
# grim + slurp + swappy for screenshots
|
||||
sudo pacman -S grim slurp swappy wl-clipboard
|
||||
|
||||
# wdisplays is a decent looking GUI similar to arandr but for Wayland
|
||||
paru -S wdisplays xwaylandvideobridge-bin
|
||||
# wdisplays is a decent looking GUI similar to arandr but for Wayland, and xdg-desktop-portal-hyprland is useful for screensharing
|
||||
paru -S wdisplays xwaylandvideobridge-bin xdg-desktop-portal-hyprland-git
|
||||
}
|
||||
|
||||
# AwesomeWM (X11) - not a bad tiling WM
|
||||
|
|
Loading…
Reference in a new issue