feat: perf hyprland switcher and new image viewer

This commit is contained in:
2026-01-18 17:24:43 -05:00
parent 23a642f6f7
commit 0d21f85c84
9 changed files with 159 additions and 258 deletions

View File

@@ -1,5 +1,9 @@
{ pkgs, scripts, ... }:
{
imports = [
./hyprland/performance.nix
];
wayland.windowManager.hyprland = {
enable = true;
systemd.enable = false;
@@ -27,6 +31,10 @@
];
settings = {
source = [
"~/.config/koonos/current/performance/hyprland.conf"
];
"$terminal" = "${pkgs.uwsm}/bin/uwsm-app -- ${pkgs.alacritty}/bin/alacritty";
"$fileManager" = "${pkgs.uwsm}/bin/uwsm-app -- ${pkgs.pcmanfm}/bin/pcmanfm";
"$browser" = "${pkgs.uwsm}/bin/uwsm-app -- zen-beta";
@@ -76,7 +84,7 @@
inactive_opacity = 1.0;
shadow = {
enabled = true;
# enabled = false;
range = 4;
render_power = 3;
color = "rgba(1a1a1aee)";
@@ -84,7 +92,7 @@
# https://wiki.hyprland.org/Configuring/Variables/#blur
blur = {
enabled = true;
# enabled = false;
size = 3;
passes = 1;
@@ -235,8 +243,8 @@
"$mainMod SHIFT, S, movetoworkspace, special:magic"
# Scroll through existing workspaces with mainMod + scroll
"$mainMod, mouse_down, workspace, e+1"
"$mainMod, mouse_up, workspace, e-1"
# "$mainMod, mouse_down, workspace, e+1"
# "$mainMod, mouse_up, workspace, e-1"
];