Migrate configs to dotdrop dotfiles
This commit is contained in:
parent
109dcf2032
commit
188f89e7dc
@ -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]
|
@ -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
|
||||
}
|
@ -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)
|
3
dotfiles/vim/.netrwhist
Normal file
3
dotfiles/vim/.netrwhist
Normal file
@ -0,0 +1,3 @@
|
||||
let g:netrw_dirhistmax =10
|
||||
let g:netrw_dirhistcnt =1
|
||||
let g:netrw_dirhist_1='/home/aorth/.config/foot'
|
Loading…
Reference in New Issue
Block a user