From bf5159b8e7504adf2374e9dce0fbdc7f793d47b0 Mon Sep 17 00:00:00 2001 From: Emmet Date: Fri, 16 Aug 2024 16:42:00 -0500 Subject: [PATCH] Back to hyprland already --- flake.nix | 2 +- user/wm/hyprland/hyprland.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index d87c8ad..37ae911 100644 --- a/flake.nix +++ b/flake.nix @@ -23,7 +23,7 @@ email = "emmet@librephoenix.com"; # email (used for certain configurations) dotfilesDir = "~/.dotfiles"; # absolute path of the local repo theme = "io"; # selcted theme from my themes directory (./themes/) - wm = "plasma"; # Selected window manager or desktop environment; must select one in both ./user/wm/ and ./system/wm/ + wm = "hyprland"; # Selected window manager or desktop environment; must select one in both ./user/wm/ and ./system/wm/ # window manager type (hyprland or x11) translator wmType = if ((wm == "hyprland") || (wm == "plasma")) then "wayland" else "x11"; browser = "qutebrowser"; # Default browser; must select one from ./user/app/browser/ diff --git a/user/wm/hyprland/hyprland.nix b/user/wm/hyprland/hyprland.nix index 27fbcf5..a310a68 100644 --- a/user/wm/hyprland/hyprland.nix +++ b/user/wm/hyprland/hyprland.nix @@ -346,7 +346,7 @@ in bind=SUPERSHIFT,P,exec,hyprprofile-dmenu # 3 monitor setup - monitor=eDP-1,1920x1080,900x1080,1 + monitor=eDP-1,1920x1080@300,900x1080,1 monitor=HDMI-A-1,1920x1080,1920x0,1 monitor=DP-1,1920x1080,0x0,1