Formatting

This commit is contained in:
Jurn Wubben 2025-05-24 00:22:30 +02:00
parent 46b144ca2c
commit e51fbacdfa
6 changed files with 84 additions and 70 deletions

View file

@ -18,7 +18,8 @@ in {
pkgs.wl-clipboard
];
home.sessionVariables = mkIf cfg { #FIXME: migrate to hyprconf
home.sessionVariables = mkIf cfg {
#FIXME: migrate to hyprconf
QT_QPA_PLATFORM = "wayland";
SDL_VIDEODRIVER = "wayland";
XDG_SESSION_TYPE = "wayland";

View file

@ -1,4 +1,8 @@
{lib, osConfig, ...}: {
{
lib,
osConfig,
...
}: {
wayland.windowManager.hyprland.settings = {
xwayland = {
force_zero_scaling = true;
@ -89,14 +93,15 @@
vrr = 1;
};
windowrule = [
"float, class:com.github.phase1geo.annotator"
"float, class:foot-somcli"
"size >30% >30%, class:foot-somcli"
] ++ lib.optionals osConfig.niksos.fingerprint [
"float, class:foot-fprintd"
];
#NOTE: Also check home/wayland/hyprland/binds + system/hardware/fingerprint
windowrule =
[
"float, class:com.github.phase1geo.annotator"
"float, class:foot-somcli"
"size >30% >30%, class:foot-somcli"
]
++ lib.optionals osConfig.niksos.fingerprint [
"float, class:foot-fprintd"
];
#NOTE: Also check home/wayland/hyprland/binds + system/hardware/fingerprint
};
}

View file

@ -1,4 +1,4 @@
{osConfig, ...}:{
{osConfig, ...}: {
services.mako = {
enable = osConfig.niksos.desktop.hyprland;
settings.defaultTimeout = 5000;