diff --git a/configs/dms-desktop/settings.json b/configs/dms-desktop/settings.json index fe4c465..d204d99 100644 --- a/configs/dms-desktop/settings.json +++ b/configs/dms-desktop/settings.json @@ -264,9 +264,13 @@ "niriOutputSettings": {}, "hyprlandOutputSettings": { "DP-1": { + "colorManagement": "wide", "bitdepth": 10 }, - "HDMI-A-2": {} + "HDMI-A-2": { + "colorManagement": "wide", + "bitdepth": 10 + } }, "barConfigs": [ { diff --git a/configs/focus-editor/global.focus-config b/configs/focus-editor/global.focus-config index 2d2c044..0046b66 100644 --- a/configs/focus-editor/global.focus-config +++ b/configs/focus-editor/global.focus-config @@ -161,6 +161,7 @@ Ctrl-Alt-Q quit Ctrl-D select_word_or_create_another_cursor Ctrl-R revert_select_word_or_create_another_cursor +Ctrl-Shift-R reload_from_disk Ctrl-Y move_selection_to_next_word Ctrl-Shift-A select_all_occurrences diff --git a/configs/hypr-desktop/monitors.conf b/configs/hypr-desktop/monitors.conf index 12f6f9f..597fd37 100644 --- a/configs/hypr-desktop/monitors.conf +++ b/configs/hypr-desktop/monitors.conf @@ -1,4 +1,4 @@ -# Generated by nwg-displays on 2025-11-26 at 17:35:47. Do not edit manually. +# Generated by nwg-displays on 2026-01-14 at 11:16:05. Do not edit manually. monitor=DP-1,2560x1440@300.0,1440x475,1.0 monitor=HDMI-A-2,2560x1440@99.95,0x0,1.0 diff --git a/configs/hypr-desktop/workspaces.conf b/configs/hypr-desktop/workspaces.conf index b23abd5..8736075 100644 --- a/configs/hypr-desktop/workspaces.conf +++ b/configs/hypr-desktop/workspaces.conf @@ -1,4 +1,4 @@ -# Generated by nwg-displays on 2025-11-26 at 17:36:27. Do not edit manually. +# Generated by nwg-displays on 2026-01-14 at 11:15:58. Do not edit manually. workspace=1,monitor:DP-1,default:true workspace=2,monitor:DP-1 @@ -7,6 +7,6 @@ workspace=4,monitor:HDMI-A-2 workspace=6,monitor:HDMI-A-2 workspace=5,monitor:DP-1 workspace=7,monitor:DP-1 -workspace=8,monitor:HDMI-A-2 +workspace=8,monitor:DP-1 workspace=9,monitor:DP-1 workspace=10,monitor:DP-1 diff --git a/configs/hypr/hyprland.conf b/configs/hypr/hyprland.conf index 6206730..0e80fbe 100644 --- a/configs/hypr/hyprland.conf +++ b/configs/hypr/hyprland.conf @@ -24,6 +24,7 @@ $ws_extra = 0 # Monitors source = ./hypr-monitors.conf +source = ./dms/outputs.conf # Environment @@ -167,6 +168,7 @@ $ws = workspace windowrule = match:class ^(Discord|discord)$, opacity 0.98 0.90 windowrule = match:class ^(Emacs|emacs)$, opacity 0.96 0.90 + windowrule = match:class ^(.*Emulator.*)$, float on windowrule = match:class ^(.*desktop-portal.*)$, float on windowrule = match:class ^(org.quickshell)$, float on windowrule = match:class ^(polkit.*agent.*)$, float on @@ -420,3 +422,5 @@ $mainCtrlShift = $mainCtrl SHIFT # Gestures gesture = 3, horizontal, workspace + +source = ./dms/outputs.conf diff --git a/hosts/desktop/pkgs.nix b/hosts/desktop/pkgs.nix index 3307e48..4d01213 100644 --- a/hosts/desktop/pkgs.nix +++ b/hosts/desktop/pkgs.nix @@ -10,6 +10,8 @@ # BEGIN PER-HOST PACKAGES home.packages = with pkgs; [ + genymotion + android-studio ]; # BEGIN PER-HOST PROGRAMS