monitor division
This commit is contained in:
@@ -67,8 +67,8 @@ in
|
||||
# Keybindings configurations
|
||||
keybindings = {
|
||||
enable = true; # enable keybindings configurations
|
||||
extraConfig = "./keybindings.conf"; # additional keybindings configuration
|
||||
overrideConfig = null; # complete keybindings configuration override (null or lib.types.lines)
|
||||
extraConfig = ""; # additional keybindings configuration
|
||||
overrideConfig = builtins.readFile ./keybindings.conf; # complete keybindings configuration override (null or lib.types.lines)
|
||||
};
|
||||
# Window rules configurations
|
||||
windowrules = {
|
||||
@@ -92,7 +92,7 @@ in
|
||||
# Monitor configurations
|
||||
monitors = {
|
||||
enable = true; # enable monitor configurations
|
||||
overrideConfig = "monitor = Virtual-1, 1920x1080@60, auto, 1"; # complete monitor configuration override (null or lib.types.lines)
|
||||
overrideConfig = builtins.readFile ./monitors.conf; # complete monitor configuration override (null or lib.types.lines)
|
||||
};
|
||||
};
|
||||
lockscreen = {
|
||||
|
||||
Reference in New Issue
Block a user