idk
This commit is contained in:
parent
04ff90b9a0
commit
b2c421ef54
8 changed files with 428 additions and 176 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue