Update some configs from LuminisArcana

This commit is contained in:
2026-03-06 01:50:10 -05:00
parent b30072644b
commit cb500d3a46
4 changed files with 8 additions and 12 deletions

Binary file not shown.

View File

@@ -1,6 +1,3 @@
file:///home/antoine/Partage/Pictures
file:///home/antoine/Partage/ECHOES
file:///home/antoine/Documents file:///home/antoine/Documents
file:///home/antoine/Partage Partage file:///home/antoine/Partage Partage
file:///home/antoine/Downloads file:///home/antoine/Downloads
file:///home/antoine/Partage/Projects

View File

@@ -14,14 +14,13 @@ environment {
QT_QPA_PLATFORM "wayland;xcb" QT_QPA_PLATFORM "wayland;xcb"
// QT_AUTO_SCREEN_SCALE_FACTOR "1" // QT_AUTO_SCREEN_SCALE_FACTOR "1"
LIBVA_DRIVER_NAME "nvidia" // LIBVA_DRIVER_NAME "nvidia"
__GLX_VENDOR_LIBRARY_NAME "nvidia" // __GLX_VENDOR_LIBRARY_NAME "nvidia"
XDG_SESSION_TYPE "wayland" XDG_SESSION_TYPE "wayland"
GBM_BACKEND "nvidia-drm" // kGBM_BACKEND "nvidia-drm"
WLR_NO_HARDWARE_CURSORS "1" // WLR_NO_HARDWARE_CURSORS "1"
} }
// `niri msg outputs` // `niri msg outputs`
output "eDP-1" { output "eDP-1" {
mode "1920x1080@60" mode "1920x1080@60"
@@ -127,7 +126,7 @@ input {
// Focus windows and outputs automatically when moving the mouse into them. // Focus windows and outputs automatically when moving the mouse into them.
// Setting max-scroll-amount="0%" makes it work only on windows already fully on screen. // Setting max-scroll-amount="0%" makes it work only on windows already fully on screen.
focus-follows-mouse max-scroll-amount="68%" focus-follows-mouse max-scroll-amount="75%"
} }
cursor { cursor {
@@ -138,7 +137,7 @@ cursor {
// ==== LAYOUT ==== // ==== LAYOUT ====
// https://github.com/YaLTeR/niri/wiki/Configuration:-Layout // https://github.com/YaLTeR/niri/wiki/Configuration:-Layout
layout { layout {
gaps 10 // logical pixel gaps 9 // logical pixel
center-focused-column "on-overflow" center-focused-column "on-overflow"
// "never" (default): focusing an off-screen column will keep // "never" (default): focusing an off-screen column will keep
@@ -374,7 +373,7 @@ binds {
Mod+X { spawn "playerctl" "next"; } Mod+X { spawn "playerctl" "next"; }
Mod+A { spawn "wofi-pass" "-c"; } Mod+A { spawn "wofi-pass" "-c"; }
Mod+Shift+B { spawn "pavucontrol"; } Mod+Shift+B { spawn "pwvucontrol"; }
Mod+Period { spawn "wofi-emoji"; } Mod+Period { spawn "wofi-emoji"; }
Mod+G { toggle-overview; } Mod+G { toggle-overview; }

View File

@@ -104,7 +104,7 @@
}, },
"scroll-step": 6, "scroll-step": 6,
"on-click": "wpctl set-mute @DEFAULT_SINK@ toggle", "on-click": "wpctl set-mute @DEFAULT_SINK@ toggle",
"on-click-right": "pavucontrol" "on-click-right": "pwvucontrol"
}, },
"backlight": { "backlight": {