From bbdb6227cf78c8bebba721fae008caeefb9bc6da Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Tue, 6 Aug 2024 22:07:24 +0200 Subject: Update xmonad layout to change according to host --- config/fish/config.fish | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config/fish') diff --git a/config/fish/config.fish b/config/fish/config.fish index ac67f57..7d34a17 100644 --- a/config/fish/config.fish +++ b/config/fish/config.fish @@ -94,6 +94,8 @@ set -gx GPG_TTY "$(tty)" # valgrind requires this to work on arch linux (from: https://bbs.archlinux.org/viewtopic.php?id=276422) set -gx DEBUGINFOD_URLS 'https://debuginfod.archlinux.org' +set -gx HOST "$(cat /etc/hostname)" # for compatibility with Xmonad.Layout.OnHost + if status is-interactive fish_vi_key_bindings -- cgit