fixed monitor layout settings, disabled waybar as it was crashing

This commit is contained in:
Gabriella Bere 2024-08-22 14:52:58 +01:00
parent d8fe6533ef
commit a8511b0ac4
3 changed files with 11 additions and 10 deletions

View file

@ -18,9 +18,8 @@
# The home.packages option allows you to install Nix packages into your
# environment.
home.packages = [
# # Adds the 'hello' command to your environment. It prints a friendly
# # "Hello, world!" when run.
# pkgs.wayland
# add grimblast screenshot tool
pkgs.grimblast
# # It is sometimes useful to fine-tune packages, for example, by applying
# # overrides. You can do that directly here, just don't forget the
@ -81,12 +80,14 @@
# Autostart using systemd
# systemd.enable = true;
extraConfig = ''
exec-once = waybar
# exec-once = waybar
# Monitor settings copied from plasma
monitor = DP-2, 1920x1080@144, 1920x0, 1
monitor = DP-3, 1920x1080@144, 0x0, 1
monitor = eDP-2, 2560x1600@165, 1500x1080, 1.6
# Monitor settings
monitor = eDP-2, 2560x1600@60, 0x0, auto
monitor = DP-2, 1920x1080@60, 640x-1080, auto
monitor = DP-3, 1920x1080@60, -1280x-1080, auto
debug:disable_logs = false
'';
};
# Hyprland configuration