diff options
-rw-r--r-- | .config/X11/base##template (renamed from .config/X11/base) | 11 | ||||
l--------- | .config/i3/autostart##default | 1 | ||||
-rw-r--r-- | .config/i3/autostart##template (renamed from .config/i3/autostart##hostname.thoncc) | 5 |
3 files changed, 13 insertions, 4 deletions
diff --git a/.config/X11/base b/.config/X11/base##template index 3e41052..473ea97 100644 --- a/.config/X11/base +++ b/.config/X11/base##template @@ -1,12 +1,17 @@ +{% if yadm.hostname == "thoncc" %} +*.font: JetBrainsMono Nerd Font:style=Medium,Regular:size=7.5 +*.borderpx: 8 +Xcursor.theme: OpenZone_Black_Slim +{% else %} *.font: JetBrainsMono Nerd Font:size=9:antialias=true:autohint=true +*.borderpx: 16 +Xcursor.theme: OpenZone_Black +{% endif %} *.termname: st-256color *.shell: /bin/sh *.tabspaces: 4 -*.borderpx: 16 - -Xcursor.theme: OpenZone_Black Xft.dpi: 96 Xft.hinting: 1 diff --git a/.config/i3/autostart##default b/.config/i3/autostart##default deleted file mode 120000 index 9a8ccbb..0000000 --- a/.config/i3/autostart##default +++ /dev/null @@ -1 +0,0 @@ -autostart##hostname.thoncc
\ No newline at end of file diff --git a/.config/i3/autostart##hostname.thoncc b/.config/i3/autostart##template index c6daa43..22bd22d 100644 --- a/.config/i3/autostart##hostname.thoncc +++ b/.config/i3/autostart##template @@ -11,8 +11,13 @@ xset r rate 250 40 autocutsel & fcitx5 -d zsh -c "xbindkeys -f ~/.config/xbindkeys/main" +{% if yadm.hostname == "thoncc" %} xdimmer -t 45 -p 3 & light-locker --no-late-locking & +{% else %} +redshift -l 52:6 & +nicotine & +{% endif %} # bw unlock <password> --raw | keyctl padd user bw_session @u sh ~/.config/i3/unlock_bitwarden & |