add alternate mode for mac devices
This commit is contained in:
parent
0bee6c8418
commit
f1bd612cd6
2 changed files with 4 additions and 2 deletions
|
@ -7,8 +7,8 @@
|
||||||
#
|
#
|
||||||
XDG_DESKTOP_DIR="$HOME/"
|
XDG_DESKTOP_DIR="$HOME/"
|
||||||
XDG_DOWNLOAD_DIR="$HOME/Downloads"
|
XDG_DOWNLOAD_DIR="$HOME/Downloads"
|
||||||
XDG_TEMPLATES_DIR="$HOME/Templates"
|
XDG_TEMPLATES_DIR="$HOME/"
|
||||||
XDG_PUBLICSHARE_DIR="$HOME/Public"
|
XDG_PUBLICSHARE_DIR="$HOME/"
|
||||||
XDG_DOCUMENTS_DIR="$HOME/Dokumente"
|
XDG_DOCUMENTS_DIR="$HOME/Dokumente"
|
||||||
XDG_MUSIC_DIR="$HOME/Musik"
|
XDG_MUSIC_DIR="$HOME/Musik"
|
||||||
XDG_PICTURES_DIR="$HOME/Bilder"
|
XDG_PICTURES_DIR="$HOME/Bilder"
|
|
@ -210,10 +210,12 @@ titlebar_border_thickness 0
|
||||||
# Below is SwayFX extensions
|
# Below is SwayFX extensions
|
||||||
#
|
#
|
||||||
|
|
||||||
|
{{- if ne .chezmoi.hostname "simon-mac" }}
|
||||||
blur on
|
blur on
|
||||||
smart_corner_radius on
|
smart_corner_radius on
|
||||||
corner_radius 10
|
corner_radius 10
|
||||||
default_dim_inactive 0.2
|
default_dim_inactive 0.2
|
||||||
|
{{- end }}
|
||||||
|
|
||||||
# display resoulution
|
# display resoulution
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue