From 8377c6a9036b2a97f5a6ed76360c0ba8dd529a9a Mon Sep 17 00:00:00 2001 From: ciomek Date: Sat, 18 Oct 2025 09:57:44 +0200 Subject: [PATCH] More --- build.sh | 3 +++ home/.config/hypr/hyprland.conf | 6 ++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 9f84381..1f7e01e 100755 --- a/build.sh +++ b/build.sh @@ -31,6 +31,7 @@ ESSENTIAL_PACKAGES=" " SYSTEM_TOOLS=" + man vim neovim nnn @@ -62,6 +63,8 @@ WAYLAND_ENVIRONMENT=" wayland-utils xorg-xwayland xdg-desktop-portal-hyprland + hyprpolkitagent + thunar " AUDIO_PACKAGES=" diff --git a/home/.config/hypr/hyprland.conf b/home/.config/hypr/hyprland.conf index bcbff2d..e7bd513 100644 --- a/home/.config/hypr/hyprland.conf +++ b/home/.config/hypr/hyprland.conf @@ -13,7 +13,7 @@ source = /home/ciomek/.config/hypr/monitors.conf # Set programs that you use $terminal = kitty -$fileManager = $terminal nnn +$fileManager = thunar $menu = wofi --show drun --insensitive $browser = firefox $screenshot = grim -g "$(slurp -d)" - | wl-copy @@ -26,6 +26,7 @@ $top = $terminal btop # Autostart necessary processes (like notifications daemons, status bars, etc.) exec-once=waybar & hyprpaper & wl-clip-persist --clipboard both & mako +exec-once = /usr/lib/hyprpolkitagent/hyprpolkitagent # & mako --config=$HOME/.config/mako/config @@ -38,6 +39,7 @@ exec-once=waybar & hyprpaper & wl-clip-persist --clipboard both & mako env = XCURSOR_SIZE,24 env = HYPRCURSOR_SIZE,24 +env = WEBKIT_DISABLE_DMABUF_RENDERER,1 ################### ### PERMISSIONS ### @@ -190,7 +192,7 @@ input { # https://wiki.hyprland.org/Configuring/Variables/#gestures gestures { - workspace_swipe = false +# workspace_swipe = false } ###################