This commit is contained in:
2025-11-15 00:24:42 +01:00
parent c9076b74ab
commit 0c673bc923
9 changed files with 410 additions and 15 deletions

View File

@@ -46,9 +46,6 @@ output "eDP-2" {
backdrop-color "#1e1e2e"
}
output "HDMI-A-1" {
}
/************************Layout************************/
@@ -169,7 +166,7 @@ environment {
// Themes
QT_QPA_PLATFORM "wayland"
QT_QPA_PLATFORMTHEME "kde"
QT_STYLE_OVERRIDE "Breeze"
QT_STYLE_OVERRIDE "Kvantum"
// Nvidia
LIBVA_DRIVER_NAME "nvidia"
@@ -263,6 +260,15 @@ window-rule {
open-on-workspace "second"
}
window-rule {
match app-id="at.yrlf.wl_mirror"
// default-column-width { proportion 1.0; }
open-floating true
// open-maximized-to-edges true
// open-on-output "HDMI-A-1"
}
// I love round corners
window-rule {
geometry-corner-radius 14
@@ -303,8 +309,8 @@ binds {
Mod+Return { spawn "kitty"; }
Mod+Shift+T { spawn "ghostty"; }
Mod+Shift+Return { spawn "ghostty"; }
Mod+Shift+W { spawn-sh "QT_STYLE_OVERRIDE=Kvantum wallpaper-carousel"; }
Mod+P { spawn-sh "pkill -x -n pwvucontrol || pwvucontrol"; }
Mod+Shift+W { spawn-sh "wallpaper-carousel"; }
Mod+O { spawn-sh "pkill -x -n pwvucontrol || pwvucontrol"; }
Mod+Shift+E { spawn "sunset"; }
// Quickshell
@@ -444,4 +450,6 @@ binds {
Mod+M allow-inhibiting=false { quit; }
Mod+Shift+P { spawn-sh "(hyprlock &) && niri msg action power-off-monitors"; }
Mod+P repeat=false { spawn-sh "wl-mirror $(niri msg --json focused-output | jq -r .name)"; }
}