added monitor and workspace configuration options to my hyprland config
This commit is contained in:
@@ -12,7 +12,11 @@
|
||||
homeFiles.enable = true;
|
||||
|
||||
# modules/home/environment
|
||||
hyprlandConfig.enable = true;
|
||||
hyprlandConfig = {
|
||||
enable = true;
|
||||
monitorNames = [ "HDMI-A-1" "DP-1" ];
|
||||
workspaceLayout = "dualmonitor";
|
||||
};
|
||||
autojumpConfig.enable = true;
|
||||
stylixHomeConfig.enable = true;
|
||||
waybarConfig.enable = true;
|
||||
|
||||
@@ -12,7 +12,11 @@
|
||||
homeFiles.enable = true;
|
||||
|
||||
# modules/home/environment
|
||||
hyprlandConfig.enable = true;
|
||||
hyprlandConfig = {
|
||||
enable = true;
|
||||
workspaceLayout = "singlemonitor";
|
||||
monitorNames = [ "eDP-1" ];
|
||||
};
|
||||
autojumpConfig.enable = true;
|
||||
stylixHomeConfig.enable = true;
|
||||
waybarConfig.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user