fixed monitor layout settings, disabled waybar as it was crashing
This commit is contained in:
parent
d8fe6533ef
commit
a8511b0ac4
3 changed files with 11 additions and 10 deletions
2
flake.lock
generated
2
flake.lock
generated
|
@ -3,7 +3,7 @@
|
|||
"home-manager": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
"stablepkgs"
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
# Home manager using nixos-unstable
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "stablepkgs";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue