move hyprland monitor settings to extraConfig where they belong
This commit is contained in:
parent
8d809cb596
commit
721cf493e1
1 changed files with 9 additions and 2 deletions
|
@ -80,12 +80,19 @@
|
|||
xwayland.enable = true;
|
||||
# Autostart using systemd
|
||||
# systemd.enable = true;
|
||||
extraConfig = "exec-once = waybar";
|
||||
extraConfig = ''
|
||||
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@265, 1500x1080, 1.5
|
||||
'';
|
||||
};
|
||||
# Hyprland configuration
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
"$mod" = "SUPER";
|
||||
kb_layout = "gb";
|
||||
input = { kb_layout = "gb"; };
|
||||
bind =
|
||||
[
|
||||
"$mod, F, exec, firefox"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue