From 188f89e7dc18bffac2ecdb8bf62b372b20d60719 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 27 Jan 2022 15:21:11 +0300 Subject: [PATCH] Migrate configs to dotdrop dotfiles --- {foot => dotfiles/config/foot}/foot.ini | 10 ++++++++++ {kanshi => dotfiles/config/kanshi}/config | 2 +- {mako => dotfiles/config/mako}/config | 0 {sway => dotfiles/config/sway}/config | 0 {sway => dotfiles/config/sway}/status.py | 0 .../config/systemd/user}/kanshi.service | 0 .../config/systemd/user}/sway-session.target | 1 + .../config/systemd/user}/swayidle.service | 0 {systemd => dotfiles/config/systemd/user}/wob.service | 0 {systemd => dotfiles/config/systemd/user}/wob.socket | 0 {wofi => dotfiles/config/wofi}/config | 0 {wofi => dotfiles/config/wofi}/style.css | 0 .pam_environment => dotfiles/pam_environment | 0 .psqlrc => dotfiles/psqlrc | 0 .tmux.conf => dotfiles/tmux.conf | 0 dotfiles/vim/.netrwhist | 3 +++ {.vim => dotfiles/vim}/colors/selenized.vim | 0 .vimrc => dotfiles/vimrc | 0 .zshrc => dotfiles/zshrc | 0 19 files changed, 15 insertions(+), 1 deletion(-) rename {foot => dotfiles/config/foot}/foot.ini (70%) rename {kanshi => dotfiles/config/kanshi}/config (82%) rename {mako => dotfiles/config/mako}/config (100%) rename {sway => dotfiles/config/sway}/config (100%) rename {sway => dotfiles/config/sway}/status.py (100%) rename {systemd => dotfiles/config/systemd/user}/kanshi.service (100%) rename {systemd => dotfiles/config/systemd/user}/sway-session.target (73%) rename {systemd => dotfiles/config/systemd/user}/swayidle.service (100%) rename {systemd => dotfiles/config/systemd/user}/wob.service (100%) rename {systemd => dotfiles/config/systemd/user}/wob.socket (100%) rename {wofi => dotfiles/config/wofi}/config (100%) rename {wofi => dotfiles/config/wofi}/style.css (100%) rename .pam_environment => dotfiles/pam_environment (100%) rename .psqlrc => dotfiles/psqlrc (100%) rename .tmux.conf => dotfiles/tmux.conf (100%) create mode 100644 dotfiles/vim/.netrwhist rename {.vim => dotfiles/vim}/colors/selenized.vim (100%) rename .vimrc => dotfiles/vimrc (100%) rename .zshrc => dotfiles/zshrc (100%) diff --git a/foot/foot.ini b/dotfiles/config/foot/foot.ini similarity index 70% rename from foot/foot.ini rename to dotfiles/config/foot/foot.ini index f6b20e8..5246a6d 100644 --- a/foot/foot.ini +++ b/dotfiles/config/foot/foot.ini @@ -5,12 +5,22 @@ term=xterm-256color # Use fc-list to check fonts and styles +{%@@ if profile == "knafeh" @@%} font=Cascadia Mono:style=Roman:size=12 font-bold=Cascadia Mono:style=SemiBold:size=12 font-italic=Cascadia Mono:style=Italic:size=12 +{%@@ elif profile == "balozi" @@%} +font=Cascadia Mono:style=Roman:size=13.5 +font-bold=Cascadia Mono:style=SemiBold:size=13.5 +font-italic=Cascadia Mono:style=Italic:size=13.5 +{%@@ endif @@%} # I don't know where any bold italic is used, but this should work if I ever # find any. +{%@@ if profile == "knafeh" @@%} font-bold-italic=Cascadia Mono:style=Bold Italic:size=12 +{%@@ elif profile == "balozi" @@%} +font-bold-italic=Cascadia Mono:style=Bold Italic:size=13.5 +{%@@ endif @@%} # Selenized dark [cursor] diff --git a/kanshi/config b/dotfiles/config/kanshi/config similarity index 82% rename from kanshi/config rename to dotfiles/config/kanshi/config index a99a941..74e1549 100644 --- a/kanshi/config +++ b/dotfiles/config/kanshi/config @@ -6,5 +6,5 @@ profile external-dell { } profile internal { - output eDP-1 enable mode 2560x1440 scale 1.75 position 0,0 + output eDP-1 enable mode 1920x1080 scale 1.33 position 0,0 } diff --git a/mako/config b/dotfiles/config/mako/config similarity index 100% rename from mako/config rename to dotfiles/config/mako/config diff --git a/sway/config b/dotfiles/config/sway/config similarity index 100% rename from sway/config rename to dotfiles/config/sway/config diff --git a/sway/status.py b/dotfiles/config/sway/status.py similarity index 100% rename from sway/status.py rename to dotfiles/config/sway/status.py diff --git a/systemd/kanshi.service b/dotfiles/config/systemd/user/kanshi.service similarity index 100% rename from systemd/kanshi.service rename to dotfiles/config/systemd/user/kanshi.service diff --git a/systemd/sway-session.target b/dotfiles/config/systemd/user/sway-session.target similarity index 73% rename from systemd/sway-session.target rename to dotfiles/config/systemd/user/sway-session.target index 45b381a..abcf926 100644 --- a/systemd/sway-session.target +++ b/dotfiles/config/systemd/user/sway-session.target @@ -1,4 +1,5 @@ # See: https://github.com/swaywm/sway/wiki/Systemd-integration +# See: https://wiki.archlinux.org/title/Sway#Manage_Sway-specific_daemons_with_systemd [Unit] Description=sway compositor session Documentation=man:systemd.special(7) diff --git a/systemd/swayidle.service b/dotfiles/config/systemd/user/swayidle.service similarity index 100% rename from systemd/swayidle.service rename to dotfiles/config/systemd/user/swayidle.service diff --git a/systemd/wob.service b/dotfiles/config/systemd/user/wob.service similarity index 100% rename from systemd/wob.service rename to dotfiles/config/systemd/user/wob.service diff --git a/systemd/wob.socket b/dotfiles/config/systemd/user/wob.socket similarity index 100% rename from systemd/wob.socket rename to dotfiles/config/systemd/user/wob.socket diff --git a/wofi/config b/dotfiles/config/wofi/config similarity index 100% rename from wofi/config rename to dotfiles/config/wofi/config diff --git a/wofi/style.css b/dotfiles/config/wofi/style.css similarity index 100% rename from wofi/style.css rename to dotfiles/config/wofi/style.css diff --git a/.pam_environment b/dotfiles/pam_environment similarity index 100% rename from .pam_environment rename to dotfiles/pam_environment diff --git a/.psqlrc b/dotfiles/psqlrc similarity index 100% rename from .psqlrc rename to dotfiles/psqlrc diff --git a/.tmux.conf b/dotfiles/tmux.conf similarity index 100% rename from .tmux.conf rename to dotfiles/tmux.conf diff --git a/dotfiles/vim/.netrwhist b/dotfiles/vim/.netrwhist new file mode 100644 index 0000000..1e71bea --- /dev/null +++ b/dotfiles/vim/.netrwhist @@ -0,0 +1,3 @@ +let g:netrw_dirhistmax =10 +let g:netrw_dirhistcnt =1 +let g:netrw_dirhist_1='/home/aorth/.config/foot' diff --git a/.vim/colors/selenized.vim b/dotfiles/vim/colors/selenized.vim similarity index 100% rename from .vim/colors/selenized.vim rename to dotfiles/vim/colors/selenized.vim diff --git a/.vimrc b/dotfiles/vimrc similarity index 100% rename from .vimrc rename to dotfiles/vimrc diff --git a/.zshrc b/dotfiles/zshrc similarity index 100% rename from .zshrc rename to dotfiles/zshrc