From 5f0a4ebbfd76b67d3165535bcd5fa453ce942257 Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Mon, 13 Mar 2023 13:32:58 +0100 Subject: [PATCH] fixes for laptop --- .dotter/global.toml | 2 +- .dotter/laptop.toml | 1 - .dotter/local.laptop.toml | 2 ++ i3/.profile | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 .dotter/local.laptop.toml diff --git a/.dotter/global.toml b/.dotter/global.toml index 4666d24..35dea33 100644 --- a/.dotter/global.toml +++ b/.dotter/global.toml @@ -30,7 +30,7 @@ monitor-primary = "not-specified" monitor-secondary = "not-specified" screenlayout-script = "echo screenlayout-script not specified" bar-font-size = 15 -tray-output = "primary" +tray-output = "tray_output primary" [emacs.files] "emacs/doom" = "~/.config/doom" diff --git a/.dotter/laptop.toml b/.dotter/laptop.toml index b226d5b..b31c94b 100644 --- a/.dotter/laptop.toml +++ b/.dotter/laptop.toml @@ -2,4 +2,3 @@ monitor-primary = "eDP1" monitor-secondary = "HDMI1" screenlayout-script = "$scripts/display-layoutpicker" -bar-font-size = 18 diff --git a/.dotter/local.laptop.toml b/.dotter/local.laptop.toml new file mode 100644 index 0000000..b6106c5 --- /dev/null +++ b/.dotter/local.laptop.toml @@ -0,0 +1,2 @@ +includes = [".dotter/laptop.toml"] +packages = ["nvim", "emacs", "i3", "alacritty", "starship", "zsh"] diff --git a/i3/.profile b/i3/.profile index 56657b8..38a6081 100644 --- a/i3/.profile +++ b/i3/.profile @@ -1,4 +1,4 @@ -export GOPATH="~/go"; +export GOPATH="$HOME/go"; export PATH=$GOPATH/bin:$PATH export PATH=/opt/dart-sdk/bin:$PATH