mirror of
https://github.com/bgrolleman/dotfiles.git
synced 2026-08-09 04:31:44 +02:00
Auto configure displays
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
profile ultrawide-hdmi {
|
||||
output "DP-1" mode 5120x1440 position 0,0 scale 1
|
||||
output "HDMI-A-1" mode 1920x1080 position 1600,1440 scale 1
|
||||
}
|
||||
|
||||
profile ultrawide {
|
||||
output "DP-1" mode 5120x1440 position 0,0 scale 1
|
||||
}
|
||||
@@ -2,3 +2,4 @@
|
||||
// https://github.com/YaLTeR/niri/wiki/Configuration:-Miscellaneous#spawn-sh-at-startup
|
||||
|
||||
spawn-sh-at-startup "qs -c noctalia-shell"
|
||||
spawn-at-startup "kanshi"
|
||||
|
||||
@@ -341,7 +341,7 @@
|
||||
"groupClickAction": "cycle",
|
||||
"groupContextMenuMode": "extended",
|
||||
"groupIndicatorStyle": "dots",
|
||||
"inactiveIndicators": false,
|
||||
"inactiveIndicators": true,
|
||||
"indicatorColor": "primary",
|
||||
"indicatorOpacity": 0.6,
|
||||
"indicatorThickness": 3,
|
||||
|
||||
Reference in New Issue
Block a user