This commit is contained in:
2026-07-25 16:10:00 +01:00
parent 1f4f716de1
commit b8c6862880
8 changed files with 333 additions and 250 deletions
+10 -16
View File
@@ -76,22 +76,16 @@
...
}:
{
wayland.windowManager.hyprland.settings = {
monitor = [
"HDMI-A-1, 1920x1080@60, 0x0, 1"
"DP-2, 1920x1080@120, 1920x0, 1"
];
exec-once = [
"hyprctl dispatch workspace 2" # shit solution to get quickshell on the right monitor
];
workspace = [
"name:2, monitor:DP-2"
];
input = {
kb_layout = "gb";
follow_mouse = 2;
sensitivity = -0.5;
};
xdg.configFile."hypr/hyprland-local.lua" = {
text = ''
exec-once = hyprctl dispatch workspace 2 # shit solution to get quickshell on the right monitor
workspace = name:2, monitor:DP-2
input {
kb_layout = "gb"
follow_mouse = 2
sensitivity = -0.5
}
'';
};
home.packages = with pkgs; [
equibop
+13 -17
View File
@@ -37,23 +37,19 @@
homeManager =
{ pkgs, ... }:
{
wayland.windowManager.hyprland.settings = {
# monitor = [
# "eDP-1, 2880x1800@120, 0x0, 2"
# ];
input = {
kb_layout = "gb";
follow_mouse = 2;
sensitivity = 0;
};
decoration = {
blur = lib.mkForce {
enabled = false;
passes = 1;
new_optimizations = true;
ignore_opacity = false;
};
};
xdg.configFile."hypr/hyprland-local.lua" = {
text = ''
decoration {
blur {
enabled = false
}
}
input {
kb_layout = "gb"
follow_mouse = 2
sensitivity = 0
}
'';
};
home.packages = with pkgs; [
telegram-desktop