Update GNOME settings: enable user extensions by default and adjust monitors configuration
This commit is contained in:
parent
270ebded3d
commit
765e510f15
3 changed files with 5 additions and 89 deletions
|
@ -162,6 +162,7 @@ with lib.hm.gvariant;
|
||||||
};
|
};
|
||||||
|
|
||||||
"org/gnome/shell" = {
|
"org/gnome/shell" = {
|
||||||
|
disable-user-extensions = false;
|
||||||
enabled-extensions = [
|
enabled-extensions = [
|
||||||
"user-theme@gnome-shell-extensions.gcampax.github.com"
|
"user-theme@gnome-shell-extensions.gcampax.github.com"
|
||||||
"dash-in-panel@fthx"
|
"dash-in-panel@fthx"
|
||||||
|
|
|
@ -27,7 +27,10 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
home.file.".config/monitors.xml" = {
|
home.file.".config/monitors_source" = {
|
||||||
source = ./monitors.xml;
|
source = ./monitors.xml;
|
||||||
|
onChange = ''
|
||||||
|
cp $HOME/.config/monitors_source $HOME/.config/monitors.xml
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,50 +23,6 @@
|
||||||
</mode>
|
</mode>
|
||||||
</monitor>
|
</monitor>
|
||||||
</logicalmonitor>
|
</logicalmonitor>
|
||||||
<logicalmonitor>
|
|
||||||
<x>1080</x>
|
|
||||||
<y>0</y>
|
|
||||||
<scale>1</scale>
|
|
||||||
<primary>yes</primary>
|
|
||||||
<monitor>
|
|
||||||
<monitorspec>
|
|
||||||
<connector>DP-3</connector>
|
|
||||||
<vendor>AUS</vendor>
|
|
||||||
<product>PG42UQ</product>
|
|
||||||
<serial>R1LMTF056092</serial>
|
|
||||||
</monitorspec>
|
|
||||||
<mode>
|
|
||||||
<width>3840</width>
|
|
||||||
<height>2160</height>
|
|
||||||
<rate>59.997</rate>
|
|
||||||
</mode>
|
|
||||||
</monitor>
|
|
||||||
</logicalmonitor>
|
|
||||||
</configuration>
|
|
||||||
<configuration>
|
|
||||||
<layoutmode>physical</layoutmode>
|
|
||||||
<logicalmonitor>
|
|
||||||
<x>0</x>
|
|
||||||
<y>0</y>
|
|
||||||
<scale>1</scale>
|
|
||||||
<transform>
|
|
||||||
<rotation>right</rotation>
|
|
||||||
<flipped>no</flipped>
|
|
||||||
</transform>
|
|
||||||
<monitor>
|
|
||||||
<monitorspec>
|
|
||||||
<connector>HDMI-2</connector>
|
|
||||||
<vendor>DEL</vendor>
|
|
||||||
<product>DELL U2417H</product>
|
|
||||||
<serial>XVNNT67I176L</serial>
|
|
||||||
</monitorspec>
|
|
||||||
<mode>
|
|
||||||
<width>1920</width>
|
|
||||||
<height>1080</height>
|
|
||||||
<rate>60.000</rate>
|
|
||||||
</mode>
|
|
||||||
</monitor>
|
|
||||||
</logicalmonitor>
|
|
||||||
<logicalmonitor>
|
<logicalmonitor>
|
||||||
<x>1080</x>
|
<x>1080</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
|
@ -87,48 +43,4 @@
|
||||||
</monitor>
|
</monitor>
|
||||||
</logicalmonitor>
|
</logicalmonitor>
|
||||||
</configuration>
|
</configuration>
|
||||||
<configuration>
|
|
||||||
<layoutmode>physical</layoutmode>
|
|
||||||
<logicalmonitor>
|
|
||||||
<x>0</x>
|
|
||||||
<y>0</y>
|
|
||||||
<scale>1</scale>
|
|
||||||
<transform>
|
|
||||||
<rotation>right</rotation>
|
|
||||||
<flipped>no</flipped>
|
|
||||||
</transform>
|
|
||||||
<monitor>
|
|
||||||
<monitorspec>
|
|
||||||
<connector>HDMI-A-1-1</connector>
|
|
||||||
<vendor>DEL</vendor>
|
|
||||||
<product>DELL U2417H</product>
|
|
||||||
<serial>XVNNT67I176L</serial>
|
|
||||||
</monitorspec>
|
|
||||||
<mode>
|
|
||||||
<width>1920</width>
|
|
||||||
<height>1080</height>
|
|
||||||
<rate>60.000</rate>
|
|
||||||
</mode>
|
|
||||||
</monitor>
|
|
||||||
</logicalmonitor>
|
|
||||||
<logicalmonitor>
|
|
||||||
<x>1080</x>
|
|
||||||
<y>0</y>
|
|
||||||
<scale>1</scale>
|
|
||||||
<primary>yes</primary>
|
|
||||||
<monitor>
|
|
||||||
<monitorspec>
|
|
||||||
<connector>DisplayPort-2</connector>
|
|
||||||
<vendor>AUS</vendor>
|
|
||||||
<product>PG42UQ</product>
|
|
||||||
<serial>R1LMTF056092</serial>
|
|
||||||
</monitorspec>
|
|
||||||
<mode>
|
|
||||||
<width>3840</width>
|
|
||||||
<height>2160</height>
|
|
||||||
<rate>119.999</rate>
|
|
||||||
</mode>
|
|
||||||
</monitor>
|
|
||||||
</logicalmonitor>
|
|
||||||
</configuration>
|
|
||||||
</monitors>
|
</monitors>
|
||||||
|
|
Loading…
Add table
Reference in a new issue