Update some configs from LuminisArcana
This commit is contained in:
Binary file not shown.
@@ -1,6 +1,3 @@
|
||||
file:///home/antoine/Partage/Pictures
|
||||
file:///home/antoine/Partage/ECHOES
|
||||
file:///home/antoine/Documents
|
||||
file:///home/antoine/Partage Partage
|
||||
file:///home/antoine/Downloads
|
||||
file:///home/antoine/Partage/Projects
|
||||
|
||||
@@ -14,14 +14,13 @@ environment {
|
||||
QT_QPA_PLATFORM "wayland;xcb"
|
||||
// QT_AUTO_SCREEN_SCALE_FACTOR "1"
|
||||
|
||||
LIBVA_DRIVER_NAME "nvidia"
|
||||
__GLX_VENDOR_LIBRARY_NAME "nvidia"
|
||||
// LIBVA_DRIVER_NAME "nvidia"
|
||||
// __GLX_VENDOR_LIBRARY_NAME "nvidia"
|
||||
XDG_SESSION_TYPE "wayland"
|
||||
GBM_BACKEND "nvidia-drm"
|
||||
WLR_NO_HARDWARE_CURSORS "1"
|
||||
// kGBM_BACKEND "nvidia-drm"
|
||||
// WLR_NO_HARDWARE_CURSORS "1"
|
||||
}
|
||||
|
||||
|
||||
// `niri msg outputs`
|
||||
output "eDP-1" {
|
||||
mode "1920x1080@60"
|
||||
@@ -127,7 +126,7 @@ input {
|
||||
|
||||
// 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.
|
||||
focus-follows-mouse max-scroll-amount="68%"
|
||||
focus-follows-mouse max-scroll-amount="75%"
|
||||
}
|
||||
|
||||
cursor {
|
||||
@@ -138,7 +137,7 @@ cursor {
|
||||
// ==== LAYOUT ====
|
||||
// https://github.com/YaLTeR/niri/wiki/Configuration:-Layout
|
||||
layout {
|
||||
gaps 10 // logical pixel
|
||||
gaps 9 // logical pixel
|
||||
|
||||
center-focused-column "on-overflow"
|
||||
// "never" (default): focusing an off-screen column will keep
|
||||
@@ -374,7 +373,7 @@ binds {
|
||||
Mod+X { spawn "playerctl" "next"; }
|
||||
|
||||
Mod+A { spawn "wofi-pass" "-c"; }
|
||||
Mod+Shift+B { spawn "pavucontrol"; }
|
||||
Mod+Shift+B { spawn "pwvucontrol"; }
|
||||
Mod+Period { spawn "wofi-emoji"; }
|
||||
|
||||
Mod+G { toggle-overview; }
|
||||
|
||||
@@ -104,7 +104,7 @@
|
||||
},
|
||||
"scroll-step": 6,
|
||||
"on-click": "wpctl set-mute @DEFAULT_SINK@ toggle",
|
||||
"on-click-right": "pavucontrol"
|
||||
"on-click-right": "pwvucontrol"
|
||||
},
|
||||
|
||||
"backlight": {
|
||||
|
||||
Reference in New Issue
Block a user