add settings for other systems like fedora

This commit is contained in:
Simon Rieger 2023-09-12 14:09:35 +02:00
parent e9359bb046
commit 4e86021144
3 changed files with 2 additions and 6 deletions

View file

@ -114,7 +114,7 @@ function preexec {
export PNPM_HOME="$HOME/.local/share/pnpm"
export PATH="$PATH:$HOME/bin:$HOME/.local/bin"
{{ if eq .chezmoi.hostname "brothertec" -}}
{{ if eq .chezmoi.hostname "SpectreOS" -}}
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
source /usr/share/fzf/key-bindings.zsh

View file

@ -210,7 +210,7 @@ titlebar_border_thickness 0
# Below is SwayFX extensions
#
{{- if ne .chezmoi.hostname "simon-mac" }}
{{- if eq .chezmoi.hostname "SpectreOS" }}
blur on
smart_corner_radius on
corner_radius 10

View file

@ -132,11 +132,7 @@ return {
{{ if eq .chezmoi.os "darwin" -}}
window_decorations = "TITLE | RESIZE",
{{ else if eq .chezmoi.os "linux" -}}
{{ if eq .chezmoi.hostname "brothertec" -}}
window_decorations = "NONE",
{{ else -}}
window_decorations = "TITLE | RESIZE",
{{ end -}}
{{ end -}}
tab_bar_at_bottom = true,
hide_tab_bar_if_only_one_tab = false,