From 3e56a80ee2209a1ef34422a4a1c820b4b215ac39 Mon Sep 17 00:00:00 2001 From: Uyanide Date: Thu, 4 Dec 2025 22:02:06 +0100 Subject: [PATCH] minor --- README.md | 2 +- config/niri/.config/niri/config/binds.kdl | 3 ++- .../.config/quickshell/Modules/Bar/Components/Workspace.qml | 2 +- config/wallpaper/Pictures/backgrounds | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 31d23ca..f0e496a 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ Based on [codeopshq/dotfiles](https://github.com/codeopshq/dotfiles), also serve ## Grub theme -Based on [vinceliuice/Elegant-grub2-themes](https://github.com/vinceliuice/Elegant-grub2-themes) with an [illustration from 紺屋鴉江](https://www.pixiv.net/artworks/119683453). +Based on [vinceliuice/Elegant-grub2-themes](https://github.com/vinceliuice/Elegant-grub2-themes) with an [illustration from 紺屋](https://www.pixiv.net/artworks/119683453). ## MPV diff --git a/config/niri/.config/niri/config/binds.kdl b/config/niri/.config/niri/config/binds.kdl index eba2be2..06679b7 100644 --- a/config/niri/.config/niri/config/binds.kdl +++ b/config/niri/.config/niri/config/binds.kdl @@ -141,6 +141,7 @@ binds { Mod+F { maximize-column; } Mod+Shift+F { fullscreen-window; } Mod+Ctrl+F { expand-column-to-available-width; } + Mod+M { maximize-window-to-edges; } Mod+Y { center-column; } @@ -155,7 +156,7 @@ binds { Mod+Escape allow-inhibiting=false { toggle-keyboard-shortcuts-inhibit; } - Mod+M allow-inhibiting=false { quit; } + Mod+Shift+Q allow-inhibiting=false { quit; } Mod+Shift+P { spawn-sh "(hyprlock &) && niri msg action power-off-monitors"; } diff --git a/config/quickshell/.config/quickshell/Modules/Bar/Components/Workspace.qml b/config/quickshell/.config/quickshell/Modules/Bar/Components/Workspace.qml index 7600a7e..d2b056f 100644 --- a/config/quickshell/.config/quickshell/Modules/Bar/Components/Workspace.qml +++ b/config/quickshell/.config/quickshell/Modules/Bar/Components/Workspace.qml @@ -183,7 +183,7 @@ Item { return Colors.primary; if (model.isActive) - return Colors.primary.lighter(130); + return Colors.overlay2; if (model.isUrgent) return Theme.error; diff --git a/config/wallpaper/Pictures/backgrounds b/config/wallpaper/Pictures/backgrounds index afca243..7cbff00 160000 --- a/config/wallpaper/Pictures/backgrounds +++ b/config/wallpaper/Pictures/backgrounds @@ -1 +1 @@ -Subproject commit afca243978d6268a8ddc177fc0d499927ca1be2e +Subproject commit 7cbff002d7f1b234502b8b3db7ca4ae4f18527e0