fix tray output when docked
This commit is contained in:
parent
80bd131a99
commit
3dc4acbaaf
3 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,6 @@
|
||||||
mindforger
|
mindforger
|
||||||
evince signal-desktop
|
evince signal-desktop
|
||||||
libreoffice vlc
|
libreoffice vlc
|
||||||
unstable.tor-browser-bundle-bin
|
|
||||||
jetbrains.goland unstable.jetbrains.clion jetbrains.idea-ultimate unstable.android-studio
|
jetbrains.goland unstable.jetbrains.clion jetbrains.idea-ultimate unstable.android-studio
|
||||||
yubico-piv-tool yubikey-personalization yubikey-personalization-gui yubikey-manager-qt
|
yubico-piv-tool yubikey-personalization yubikey-personalization-gui yubikey-manager-qt
|
||||||
slack discord gnome3.nautilus gnome3.eog
|
slack discord gnome3.nautilus gnome3.eog
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
configure_single = "DP1";
|
configure_single = "DP1";
|
||||||
execute_after = [
|
execute_after = [
|
||||||
"${pkgs.xorg.xrandr}/bin/xrandr --dpi 192"
|
"${pkgs.xorg.xrandr}/bin/xrandr --dpi 192"
|
||||||
|
"${pkgs.xorg.xrandr}/bin/xrandr --output DP1 --primary"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
|
@ -33,6 +33,7 @@ in
|
||||||
colors.background= "#002b36";
|
colors.background= "#002b36";
|
||||||
fonts = [ "Fira Code Nerd Font 10" ];
|
fonts = [ "Fira Code Nerd Font 10" ];
|
||||||
statusCommand = "${pkgs.i3status-rust}/bin/i3status-rs ${config.xdg.configHome}/i3/status.toml";
|
statusCommand = "${pkgs.i3status-rust}/bin/i3status-rs ${config.xdg.configHome}/i3/status.toml";
|
||||||
|
trayOutput = "primary";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue