This commit is contained in:
2025-10-18 09:57:44 +02:00
parent c7991ffd5c
commit 8377c6a903
2 changed files with 7 additions and 2 deletions

View File

@@ -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="

View File

@@ -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
}
###################