diff options
-rw-r--r-- | .config/X11/base (renamed from .config/X11/base##template) | 15 | ||||
-rwxr-xr-x | .config/i3/autostart##template | 3 | ||||
-rw-r--r-- | .config/i3/config##template | 4 | ||||
-rw-r--r-- | .config/mpd/mpd.conf##default (renamed from .config/mpd/mpd.conf##hostname.thoncc) | 0 | ||||
-rw-r--r-- | .config/zathura/zathurarc (renamed from .config/zathura/zathurarc##template) | 5 |
5 files changed, 4 insertions, 23 deletions
diff --git a/.config/X11/base##template b/.config/X11/base index 04bf1d1..a556ed2 100644 --- a/.config/X11/base##template +++ b/.config/X11/base @@ -1,16 +1,7 @@ -{% if yadm.hostname == "thoncc" %} *.font: JetBrainsMono Nerd Font:size=7.5:antialias=true:autohint=true -*.borderpx: 8 -{% else %} -*.font: JetBrainsMono Nerd Font:size=9:antialias=true:autohint=true -*.borderpx: 16 -{% endif %} -Xcursor.theme: OpenZone_Black_Slim - +*.borderpx: 10 *.termname: st-256color -*.shell: /bin/sh - -*.tabspaces: 4 +*.tabspaces: 2 Xft.dpi: 96 Xft.hinting: 1 @@ -18,3 +9,5 @@ Xft.hintstyle: hintslight Xft.antialias: 1 Xft.rgba: rgb +Xcursor.theme: OpenZone_Black_Slim + diff --git a/.config/i3/autostart##template b/.config/i3/autostart##template index 6b7f908..fd89bdd 100755 --- a/.config/i3/autostart##template +++ b/.config/i3/autostart##template @@ -1,7 +1,6 @@ #!/bin/sh . "$HOME/.profile" xrdb -override < "$XDG_CONFIG_HOME/X11/base" -mode --no-reload restore /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & polybar & @@ -13,13 +12,11 @@ fcitx5 & xbindkeys --nodaemon & {% if yadm.hostname == "thoncc" %} xdimmer -t 45 -p 3 & -light-locker --no-late-locking & {% else %} redshift -l 52:6 & nicotine --hidden & desktop2mqtt --config "$XDG_CONFIG_HOME/desktop2mqtt/config.yml" & {% endif %} -flashfocus & # auto start lazy script after everything else [ -x "$HOME/do.sh" ] && "$HOME/do.sh" & diff --git a/.config/i3/config##template b/.config/i3/config##template index 2af8c10..66874a0 100644 --- a/.config/i3/config##template +++ b/.config/i3/config##template @@ -1,10 +1,6 @@ # variables set $mod Mod4 -{% if yadm.hostname == "thoncc" %} set $inner_gaps 8 -{% else %} -set $inner_gaps 10 -{% endif %} set $outer_gaps 0 # set gaps diff --git a/.config/mpd/mpd.conf##hostname.thoncc b/.config/mpd/mpd.conf##default index a374418..a374418 100644 --- a/.config/mpd/mpd.conf##hostname.thoncc +++ b/.config/mpd/mpd.conf##default diff --git a/.config/zathura/zathurarc##template b/.config/zathura/zathurarc index 932d1c7..ff927ca 100644 --- a/.config/zathura/zathurarc##template +++ b/.config/zathura/zathurarc @@ -1,11 +1,6 @@ set scroll-page-aware "true" set scroll-full-overlap 0.01 set scroll-step 100 -{% if yadm.hostname == "thoncc" %} -set font "JetBrainsMono Nerd Font 8" -{% else %} -set font "JetBrainsMono Nerd Font 9" -{% endif %} set selection-clipboard clipboard # recolor (dark mode) |