feat: Added autorandr config

chore: cleaned up xinitrc
This commit is contained in:
Patrick Großmann 2023-01-25 08:11:57 +01:00
parent eb5b3d52e4
commit 840740c18f
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F
3 changed files with 53 additions and 9 deletions

View file

@ -49,6 +49,8 @@
packages = with pkgs; [terminus_font];
useXkbConfig = true; # use xkbOptions in tty.
};
# fix for Editor = nano
programs.zsh.enable = true;
# Configure keymap in X11
services.xserver = {

View file

@ -5,19 +5,11 @@
# Executed by startx (run your window manager from here)
xrdb load "${HOME}/.Xresources"
xset r rate 235 60
xset m 1 0
# numlockx on
syndaemon -d -i 1.2 -t -K
#syndaemon -d -i 1.2 -t -K
xsetroot -solid '#000000'
#setxkbmap de bone
#autorandr -c
#xgamma -gamma 1
#echo disabled > /sys/bus/usb/devices/1-1/power/wakeup
#
#touchegg &
#
#gpg-connect-agent "\bye" &
#dunst &
exec dbus-launch --sh-syntax --exit-with-session -- herbstluftwm --locked
# exec icewm-session

View file

@ -12,7 +12,9 @@
profiles.AStA = {
fingerprint = {
inherit eDP-1;
# AStA linker arbeitsplatz linker Monitor
DP-1-1 = "00ffffffffffff000472ed0688687101111e010380351e782aa135a35b4fa327115054b30c00714f818081c081009500b300d1c001012a4480a070382740082098040f282100001a023a801871382d40582c45000f282100001e000000fd00304b1e5512000a202020202020000000fc00423234375920430a202020202001cf020327f14b9002030411121300001f01230907078301000065030c001000681a00000101304be6023a801871382d40582c45000f282100001e8c0ad08a20e02d10103e96000f2821000018011d007251d01e206e2855000f282100001e8c0ad090204031200c4055000f282100001800000000000000000000000000000000d0";
# AStA linker arbeitsplatz rechter Monitor
DP-1-2 = "00ffffffffffff000472ed0682687101111e010380351e782aa135a35b4fa327115054b30c00714f818081c081009500b300d1c001012a4480a070382740082098040f282100001a023a801871382d40582c45000f282100001e000000fd00304b1e5512000a202020202020000000fc00423234375920430a202020202001d5020327f14b9002030411121300001f01230907078301000065030c001000681a00000101304be6023a801871382d40582c45000f282100001e8c0ad08a20e02d10103e96000f2821000018011d007251d01e206e2855000f282100001e8c0ad090204031200c4055000f282100001800000000000000000000000000000000d0";
};
config = {
@ -55,5 +57,53 @@
};
hooks.postswitch = set_dpi dpi_uhd;
};
profiles.home = {
fingerprint = {
inherit eDP-1;
# Acer Predator Main Monitor
DP-1 = "00ffffffffffff00047290046bd08073261b0103803c227806ee91a3544c99260f505421080001010101010101010101010101010101565e00a0a0a029503020350056502100001a000000ff0023415350377974452f36413764000000fd001e9022de3b000a202020202020000000fc00584232373148550a202020202001750203204143030201230907018301000067030c001000007867d85dc40178c8005aa000a0a0a046503020350056502100001a6fc200a0a0a055503020350056502100001a6be600a0a0a0425030203a0056502100001e5a8700a0a0a03b503020350056502100001a1c2500a0a0a011503020350056502100001a00000000003c";
};
config = {
eDP-1 = {
enable = true;
primary = true;
mode = "3840x2160";
position = "2560x0";
gamma = "1";
};
DP-1 = {
enable = true;
mode = "1920x1080";
position = "0x0";
rate = "144";
gamma = "1";
};
};
hooks.postswitch = set_dpi dpi_hd;
};
profiles.TutoriumMI = {
fingerprint = {
inherit eDP-1;
# Beamer 2.11.18
DP-2 = "00ffffffffffff004ca30ba701010101081a0103800000780ade50a3544c99260f5054a10800814081c0950081809040b300a9400101283c80a070b023403020360040846300001a9e20009051201f304880360040846300001c000000fd0017550f5c11000a202020202020000000fc004550534f4e20504a0a202020200115020328f151901f202205140413030212110706161501230907078301000066030c00300080e200fb023a801871382d40582c450040846300001e011d801871382d40582c450040846300001e662156aa51001e30468f330040846300001e302a40c8608464301850130040846300001e00000000000000000000000000000070";
};
config = {
eDP-1 = {
enable = true;
primary = true;
mode = "3840x2160";
position = "0x0";
gamma = "1";
};
DP-2 = {
enable = true;
mode = "1920x1080";
position = "0x0";
rate = "144";
gamma = "1";
};
};
hooks.postswitch = set_dpi dpi_uhd;
};
};
}