home: move ui related things to ui module
This commit is contained in:
parent
bd6ae5ea8b
commit
f952c4121e
3 changed files with 103 additions and 119 deletions
|
|
@ -57,6 +57,7 @@
|
|||
XCURSOR_SIZE = "24";
|
||||
DXVK_FILTER_DEVICE_NAME = "NVIDIA";
|
||||
SYSTEMD_PAGER = "";
|
||||
WLR_NO_HARDWARE_CURSORS = "0";
|
||||
};
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
|
|
@ -124,7 +125,7 @@
|
|||
misc = {
|
||||
enable_anr_dialog = false;
|
||||
disable_hyprland_logo = true;
|
||||
enable_swallow = true;
|
||||
enable_swallow = false;
|
||||
mouse_move_enables_dpms = true;
|
||||
key_press_enables_dpms = true;
|
||||
swallow_regex = "^st-256color$";
|
||||
|
|
@ -350,11 +351,13 @@
|
|||
monitor=HDMI-A-1, 1920x1080, auto, 1, mirror, eDP-1
|
||||
''
|
||||
else if variant == "allegro" then ''
|
||||
monitor= DP-4, 1920x1200, 3840x0, 1
|
||||
monitor= DP-3, 1920x1200, 1920x0, 1
|
||||
monitor= DP-4, 1920x1200@75, 3840x0, 1
|
||||
monitor= DP-3, 1920x1200@75, 1920x0, 1
|
||||
monitor=eDP-1, 1920x1080, 0x0, 1
|
||||
monitor=HDMI-1, 1920x1080, auto, 1, mirror, eDP-1
|
||||
monitor=HDMI-A-1, 1920x1080, auto, 1, mirror, eDP-1
|
||||
monitor=HDMI-1, 3440x1440, auto, 1
|
||||
monitor=HDMI-A-1, 3440x1440, auto, 1
|
||||
# monitor=HDMI-1, 1920x1080, auto, 1, mirror, eDP-1
|
||||
# monitor=HDMI-A-1, 1920x1080, auto, 1, mirror, eDP-1
|
||||
''
|
||||
else ''
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue