This commit is contained in:
Chris Cochrun 2025-11-20 10:50:53 -06:00
parent 04ff90b9a0
commit b2c421ef54
8 changed files with 428 additions and 176 deletions

View file

@ -693,7 +693,7 @@ in {
enable = true;
package = pkgs.librewolf.override {
nativeMessagingHosts =
[ pkgs.kdePackages.plasma-browser-integration pkgs.tridactyl-native ];
[ pkgs.tridactyl-native ];
};
profiles.chris = {
name = "default";
@ -721,7 +721,7 @@ in {
modules-left = [ "hyprland/workspaces" "hyprland/window" "niri/window" ];
modules-center = [ "clock" ];
modules-right =
[ "cpu" "memory" "pulseaudio" "backlight" "battery" "tray" ];
[ "cpu" "memory" "gpu" "pulseaudio" "backlight" "battery" "tray" ];
margin-top = if laptop then -5 else 5;
margin-bottom = if laptop then 4 else 0;
margin-left = 6;

View file

@ -145,10 +145,10 @@ in
inactive_timeout = 3;
};
gestures = {
workspace_swipe = true;
workspace_swipe_fingers = 3;
};
# gestures = {
# workspace_swipe = true;
# workspace_swipe_fingers = 3;
# };
decoration = {
rounding = 18;

View file

@ -325,13 +325,13 @@ in
"desktop-center" = {
enable = true;
name = "DP-1";
scale = 1.5;
# scale = 1.5;
position.x = 1080;
position.y = 0;
focus-at-startup = true;
mode = {
height = 2160;
width = 3640;
height = 1920;
width = 1080;
refresh = 60.0;
};
};