.
This commit is contained in:
@@ -264,9 +264,13 @@
|
|||||||
"niriOutputSettings": {},
|
"niriOutputSettings": {},
|
||||||
"hyprlandOutputSettings": {
|
"hyprlandOutputSettings": {
|
||||||
"DP-1": {
|
"DP-1": {
|
||||||
|
"colorManagement": "wide",
|
||||||
"bitdepth": 10
|
"bitdepth": 10
|
||||||
},
|
},
|
||||||
"HDMI-A-2": {}
|
"HDMI-A-2": {
|
||||||
|
"colorManagement": "wide",
|
||||||
|
"bitdepth": 10
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"barConfigs": [
|
"barConfigs": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -161,6 +161,7 @@ Ctrl-Alt-Q quit
|
|||||||
|
|
||||||
Ctrl-D select_word_or_create_another_cursor
|
Ctrl-D select_word_or_create_another_cursor
|
||||||
Ctrl-R revert_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-Y move_selection_to_next_word
|
||||||
Ctrl-Shift-A select_all_occurrences
|
Ctrl-Shift-A select_all_occurrences
|
||||||
|
|
||||||
|
|||||||
@@ -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=DP-1,2560x1440@300.0,1440x475,1.0
|
||||||
monitor=HDMI-A-2,2560x1440@99.95,0x0,1.0
|
monitor=HDMI-A-2,2560x1440@99.95,0x0,1.0
|
||||||
|
|||||||
@@ -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=1,monitor:DP-1,default:true
|
||||||
workspace=2,monitor:DP-1
|
workspace=2,monitor:DP-1
|
||||||
@@ -7,6 +7,6 @@ workspace=4,monitor:HDMI-A-2
|
|||||||
workspace=6,monitor:HDMI-A-2
|
workspace=6,monitor:HDMI-A-2
|
||||||
workspace=5,monitor:DP-1
|
workspace=5,monitor:DP-1
|
||||||
workspace=7,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=9,monitor:DP-1
|
||||||
workspace=10,monitor:DP-1
|
workspace=10,monitor:DP-1
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ $ws_extra = 0
|
|||||||
# Monitors
|
# Monitors
|
||||||
|
|
||||||
source = ./hypr-monitors.conf
|
source = ./hypr-monitors.conf
|
||||||
|
source = ./dms/outputs.conf
|
||||||
|
|
||||||
# Environment
|
# Environment
|
||||||
|
|
||||||
@@ -167,6 +168,7 @@ $ws = workspace
|
|||||||
windowrule = match:class ^(Discord|discord)$, opacity 0.98 0.90
|
windowrule = match:class ^(Discord|discord)$, opacity 0.98 0.90
|
||||||
windowrule = match:class ^(Emacs|emacs)$, opacity 0.96 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 ^(.*desktop-portal.*)$, float on
|
||||||
windowrule = match:class ^(org.quickshell)$, float on
|
windowrule = match:class ^(org.quickshell)$, float on
|
||||||
windowrule = match:class ^(polkit.*agent.*)$, float on
|
windowrule = match:class ^(polkit.*agent.*)$, float on
|
||||||
@@ -420,3 +422,5 @@ $mainCtrlShift = $mainCtrl SHIFT
|
|||||||
# Gestures
|
# Gestures
|
||||||
|
|
||||||
gesture = 3, horizontal, workspace
|
gesture = 3, horizontal, workspace
|
||||||
|
|
||||||
|
source = ./dms/outputs.conf
|
||||||
|
|||||||
@@ -10,6 +10,8 @@
|
|||||||
|
|
||||||
# BEGIN PER-HOST PACKAGES
|
# BEGIN PER-HOST PACKAGES
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
genymotion
|
||||||
|
android-studio
|
||||||
];
|
];
|
||||||
|
|
||||||
# BEGIN PER-HOST PROGRAMS
|
# BEGIN PER-HOST PROGRAMS
|
||||||
|
|||||||
Reference in New Issue
Block a user