mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Back to hyprland already
This commit is contained in:
parent
0460164a55
commit
bf5159b8e7
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue