fix tray output when docked

This commit is contained in:
Cyryl Płotnicki 2020-06-04 17:47:02 +01:00
parent 80bd131a99
commit 3dc4acbaaf
3 changed files with 2 additions and 1 deletions

View file

@ -26,7 +26,6 @@
mindforger
evince signal-desktop
libreoffice vlc
unstable.tor-browser-bundle-bin
jetbrains.goland unstable.jetbrains.clion jetbrains.idea-ultimate unstable.android-studio
yubico-piv-tool yubikey-personalization yubikey-personalization-gui yubikey-manager-qt
slack discord gnome3.nautilus gnome3.eog

View file

@ -16,6 +16,7 @@
configure_single = "DP1";
execute_after = [
"${pkgs.xorg.xrandr}/bin/xrandr --dpi 192"
"${pkgs.xorg.xrandr}/bin/xrandr --output DP1 --primary"
];
}
{

View file

@ -33,6 +33,7 @@ in
colors.background= "#002b36";
fonts = [ "Fira Code Nerd Font 10" ];
statusCommand = "${pkgs.i3status-rust}/bin/i3status-rs ${config.xdg.configHome}/i3/status.toml";
trayOutput = "primary";
}
];