diff options
author | Adrian Kummerlaender | 2018-09-18 09:24:48 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2018-09-18 09:24:48 +0200 |
commit | a8ffcb6223b488ad28f53c08ba70d6330424582f (patch) | |
tree | 5b63c66988d5628c856c4a3333fb7846e8a80a25 | |
parent | f928c8959653536cec13f00250573e36f77da36e (diff) | |
download | nixos_home-a8ffcb6223b488ad28f53c08ba70d6330424582f.tar nixos_home-a8ffcb6223b488ad28f53c08ba70d6330424582f.tar.gz nixos_home-a8ffcb6223b488ad28f53c08ba70d6330424582f.tar.bz2 nixos_home-a8ffcb6223b488ad28f53c08ba70d6330424582f.tar.lz nixos_home-a8ffcb6223b488ad28f53c08ba70d6330424582f.tar.xz nixos_home-a8ffcb6223b488ad28f53c08ba70d6330424582f.tar.zst nixos_home-a8ffcb6223b488ad28f53c08ba70d6330424582f.zip |
Hide side bar scratchpad border in multiscreen setup
-rw-r--r-- | gui/autorandr.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/autorandr.nix b/gui/autorandr.nix index 4877ed5..04526a4 100644 --- a/gui/autorandr.nix +++ b/gui/autorandr.nix @@ -33,7 +33,7 @@ HDMI3 = { enable = true; mode = "1280x1024"; - position = "1366x0"; + position = "1372x0"; }; }; }; |