From 15ba62a5f8a899ce4a277d3d443118d263a66224 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Violet=20Truchse=C3=9F?= Date: Fri, 9 Feb 2024 19:00:51 +0100 Subject: [PATCH] tweaked the display scaling script --- gridlock.nix | 1 + home.nix | 2 ++ scripts/scale.sh | 1 + 3 files changed, 4 insertions(+) diff --git a/gridlock.nix b/gridlock.nix index 3bbb630..1624feb 100644 --- a/gridlock.nix +++ b/gridlock.nix @@ -22,5 +22,6 @@ }; xsession.windowManager.i3.extraConfig = '' exec xrandr --output DisplayPort-0 --scale 0.75x0.75 + exec feh --bg-scale ~/.config/home-manager/xenia.png ''; } diff --git a/home.nix b/home.nix index 8688dda..e261056 100644 --- a/home.nix +++ b/home.nix @@ -293,6 +293,8 @@ backup = "$HOME/.borg/backup.sh"; grep = "rg"; fox = "cat"; + t = "task"; + hl = "hledger"; }; programs.neovim = { enable = true; diff --git a/scripts/scale.sh b/scripts/scale.sh index 3ac5089..5584641 100755 --- a/scripts/scale.sh +++ b/scripts/scale.sh @@ -6,3 +6,4 @@ then else xrandr --output DisplayPort-0 --scale 0.75x0.75 fi +feh --bg-scale ~/.config/home-manager/xenia.png