pre nixification

This commit is contained in:
Leon Kowarschick 2020-06-29 12:31:56 +02:00
parent 5c989aad17
commit a10fe2a643
2 changed files with 6 additions and 2 deletions

View file

@ -75,3 +75,7 @@ end
set -x EDITOR "nvim" set -x EDITOR "nvim"
set -x FFF_TRASH_CMD "trash" # make fff's trash function use trash-cli set -x FFF_TRASH_CMD "trash" # make fff's trash function use trash-cli
fenv source '$HOME/.nix-profile/etc/profile.d/nix.sh'
#bass source '$HOME/.nix-profile/etc/profile.d/nix.sh' &
set -g NIX_PATH "$HOME/.nix-defexpr/channels:$NIX_PATH"
fenv source "$HOME/.nix-profile/etc/profile.d/hm-session-vars.sh"

View file

@ -205,8 +205,8 @@ myLayout = avoidStruts
||| (rename "Horizon" $ spacingAndGaps $ mouseResizableTileMirrored {draggerType = BordersDragger})) ||| (rename "Horizon" $ spacingAndGaps $ mouseResizableTileMirrored {draggerType = BordersDragger}))
rename n = renamed [Replace n] rename n = renamed [Replace n]
spacingAndGaps = let intGap = 10 :: Integer spacingAndGaps = let gap = 10
border = Border intGap intGap intGap intGap border = Border gap gap gap gap
in spacingRaw False border True border True in spacingRaw False border True border True
-- | transform a layout into supporting tabs -- | transform a layout into supporting tabs