chore: update desktop and laptop with new hyprland config

This commit is contained in:
Alexandre Cavalheiro 2024-09-22 01:30:48 -03:00
parent cc8717c4ae
commit cadab2f9aa
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
3 changed files with 52 additions and 34 deletions

View file

@ -79,8 +79,15 @@
# MODULES # # MODULES #
# #
modules.hyprland = {
# Enable scripts
scripts = {
startup.enable = true;
screenshot.enable = true;
};
# Add monitor configuration to hyprland # Add monitor configuration to hyprland
modules.hyprland.extraConfig = # hyprlang extraConfig = # hyprlang
'' ''
# See https://wiki.hyprland.org/Configuring/Monitors/ # See https://wiki.hyprland.org/Configuring/Monitors/
monitor = DP-3, 1920x1080@74.973, 2560x0, 1 monitor = DP-3, 1920x1080@74.973, 2560x0, 1
@ -98,4 +105,5 @@
workspace = 9, monitor:DP-2 workspace = 9, monitor:DP-2
workspace = 0, monitor:DP-3 workspace = 0, monitor:DP-3
''; '';
};
} }

View file

@ -142,6 +142,7 @@
# #
# PACKAGES # # PACKAGES #
# #
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
## Tools ## Tools
# Utilities # Utilities

View file

@ -68,7 +68,15 @@
# #
# Add monitor configuration to hyprland # Add monitor configuration to hyprland
modules.hyprland.extraConfig = # hyprlang modules.hyprland = {
# Enable scripts
scripts = {
startup.enable = true;
screenshot.enable = true;
};
# Add monitor configuration to hyprland
extraConfig = # hyprlang
'' ''
# See https://wiki.hyprland.org/Configuring/Monitors/ # See https://wiki.hyprland.org/Configuring/Monitors/
monitor = eDP-1, 1920x1080@60.01, 0x0, 1 monitor = eDP-1, 1920x1080@60.01, 0x0, 1
@ -85,4 +93,5 @@
workspace = 9, monitor:eDP-1 workspace = 9, monitor:eDP-1
workspace = 0, monitor:eDP-1 workspace = 0, monitor:eDP-1
''; '';
};
} }