all repos — nixfiles @ 0872319ea4fec52fad084e9227ef17c3639a3020

System and user configuration, managed by nix and home-manager

xprofile: Move X settings after autorandr switch

Alan Pearce
commit

0872319ea4fec52fad084e9227ef17c3639a3020

parent

9dee6fc90a41adfb2d2932088c6677871c08ff3d

1 file changed, 2 insertions(+), 2 deletions(-)

jump to
M xprofile/.xprofilexprofile/.xprofile
@@ -1,12 +1,12 @@
#!/bin/sh xmodmap .xmodmaprc gpg-connect-agent /bye -xrdb -I$HOME/.xresources .xresources/main -xsetroot -cursor_name left_ptr & nm-applet & if command -v autorandr then autorandr --change --force fi +xrdb -I$HOME/.xresources .xresources/main +xsetroot -cursor_name left_ptr -solid '#666666' & nitrokey-app & sxhkd &