Updated config

This commit is contained in:
Eduard Urbach 2025-07-01 16:23:34 +02:00
parent c9bcb7fc87
commit 24645dcdfe
Signed by: akyoto
GPG key ID: 49226B848C78F6C8
6 changed files with 13 additions and 6 deletions

View file

@ -25,8 +25,10 @@ set file scx_loader.toml
$sudo ln -s -f $HOME/.config/etc/$file /etc/
# Install packages
set common hyprland waybar swaybg wl-clipboard wlogout grim slurp btop easyeffects nnn fzf ripgrep
if command -q apk
$sudo apk add hyprland waybar swaybg wl-clipboard wlogout grim slurp btop easyeffects
$sudo apk add $common
else
$sudo pacman -S hyprland waybar swaybg wl-clipboard wlogout grim slurp btop easyeffects
$sudo pacman -S $common
end

View file

@ -26,6 +26,11 @@ env = PROTON_ENABLE_WAYLAND,1
env = PROTON_NO_WM_DECORATION,1
env = PROTON_PREFER_SDL_INPUT,1
# HDR
env = DXVK_HDR,1
env = ENABLE_HDR_WSI,1
env = PROTON_ENABLE_HDR,1
# Vulkan
env = DXVK_ASYNC,1
env = GSK_RENDERER,vulkan

View file

@ -69,7 +69,7 @@ ecosystem {
}
xwayland {
enabled = false
enabled = true
}
debug {

View file

@ -1,6 +1,7 @@
deband
dscale=mitchell
gpu-api=vulkan
gpu-context=waylandvk
hwdec=auto
interpolation
no-osd-bar

View file

@ -51,5 +51,4 @@
"workbench.startupEditor": "none",
"workbench.statusBar.visible": false,
"workbench.tree.enableStickyScroll": false,
"continue.telemetryEnabled": false,
}