Compare commits
No commits in common. "b6cdee3d35a13d362d2462a1031a69550ea7816c" and "154bffbc82d83c100f16ffd2af0c5ed78d2833f4" have entirely different histories.
b6cdee3d35
...
154bffbc82
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
dotdrop.sh
|
|
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +0,0 @@
|
|||||||
[submodule "dotdrop"]
|
|
||||||
path = dotdrop
|
|
||||||
url = https://github.com/deadc0de6/dotdrop.git
|
|
90
config.yaml
90
config.yaml
@ -1,90 +0,0 @@
|
|||||||
config:
|
|
||||||
backup: true
|
|
||||||
create: true
|
|
||||||
dotpath: dotfiles
|
|
||||||
dotfiles:
|
|
||||||
d_vim:
|
|
||||||
src: vim
|
|
||||||
dst: ~/.vim
|
|
||||||
f_vimrc:
|
|
||||||
src: vimrc
|
|
||||||
dst: ~/.vimrc
|
|
||||||
f_tmux.conf:
|
|
||||||
src: tmux.conf
|
|
||||||
dst: ~/.tmux.conf
|
|
||||||
f_foot.ini:
|
|
||||||
src: config/foot/foot.ini
|
|
||||||
dst: ~/.config/foot/foot.ini
|
|
||||||
f_mako_config:
|
|
||||||
src: config/mako/config
|
|
||||||
dst: ~/.config/mako/config
|
|
||||||
f_kanshi_config:
|
|
||||||
src: config/kanshi/config
|
|
||||||
dst: ~/.config/kanshi/config
|
|
||||||
d_wofi:
|
|
||||||
src: config/wofi
|
|
||||||
dst: ~/.config/wofi
|
|
||||||
f_zshrc:
|
|
||||||
src: zshrc
|
|
||||||
dst: ~/.zshrc
|
|
||||||
d_sway:
|
|
||||||
src: config/sway
|
|
||||||
dst: ~/.config/sway
|
|
||||||
f_kanshi.service:
|
|
||||||
src: config/systemd/user/kanshi.service
|
|
||||||
dst: ~/.config/systemd/user/kanshi.service
|
|
||||||
f_swayidle.service:
|
|
||||||
src: config/systemd/user/swayidle.service
|
|
||||||
dst: ~/.config/systemd/user/swayidle.service
|
|
||||||
f_wob.service:
|
|
||||||
src: config/systemd/user/wob.service
|
|
||||||
dst: ~/.config/systemd/user/wob.service
|
|
||||||
f_wob.socket:
|
|
||||||
src: config/systemd/user/wob.socket
|
|
||||||
dst: ~/.config/systemd/user/wob.socket
|
|
||||||
f_sway-session.target:
|
|
||||||
src: config/systemd/user/sway-session.target
|
|
||||||
dst: ~/.config/systemd/user/sway-session.target
|
|
||||||
f_psqlrc:
|
|
||||||
src: psqlrc
|
|
||||||
dst: ~/.psqlrc
|
|
||||||
f_pam_environment:
|
|
||||||
src: pam_environment
|
|
||||||
dst: ~/.pam_environment
|
|
||||||
profiles:
|
|
||||||
balozi:
|
|
||||||
dotfiles:
|
|
||||||
- d_vim
|
|
||||||
- f_vimrc
|
|
||||||
- f_tmux.conf
|
|
||||||
- f_foot.ini
|
|
||||||
- f_mako_config
|
|
||||||
- f_kanshi_config
|
|
||||||
- d_wofi
|
|
||||||
- f_zshrc
|
|
||||||
- d_sway
|
|
||||||
- f_kanshi.service
|
|
||||||
- f_swayidle.service
|
|
||||||
- f_wob.service
|
|
||||||
- f_wob.socket
|
|
||||||
- f_sway-session.target
|
|
||||||
- f_psqlrc
|
|
||||||
- f_pam_environment
|
|
||||||
knafeh:
|
|
||||||
dotfiles:
|
|
||||||
- d_vim
|
|
||||||
- f_vimrc
|
|
||||||
- f_tmux.conf
|
|
||||||
- f_foot.ini
|
|
||||||
- f_mako_config
|
|
||||||
- f_kanshi_config
|
|
||||||
- d_wofi
|
|
||||||
- f_zshrc
|
|
||||||
- d_sway
|
|
||||||
- f_kanshi.service
|
|
||||||
- f_swayidle.service
|
|
||||||
- f_wob.service
|
|
||||||
- f_wob.socket
|
|
||||||
- f_sway-session.target
|
|
||||||
- f_psqlrc
|
|
||||||
- f_pam_environment
|
|
1
dotdrop
1
dotdrop
@ -1 +0,0 @@
|
|||||||
Subproject commit 296c179f626397e6e53da9ae51d5108e0f11cf59
|
|
@ -1,3 +0,0 @@
|
|||||||
let g:netrw_dirhistmax =10
|
|
||||||
let g:netrw_dirhistcnt =1
|
|
||||||
let g:netrw_dirhist_1='/home/aorth/.config/foot'
|
|
@ -5,22 +5,12 @@
|
|||||||
term=xterm-256color
|
term=xterm-256color
|
||||||
|
|
||||||
# Use fc-list to check fonts and styles
|
# Use fc-list to check fonts and styles
|
||||||
{%@@ if profile == "knafeh" @@%}
|
|
||||||
font=Cascadia Mono:style=Roman:size=12
|
font=Cascadia Mono:style=Roman:size=12
|
||||||
font-bold=Cascadia Mono:style=SemiBold:size=12
|
font-bold=Cascadia Mono:style=SemiBold:size=12
|
||||||
font-italic=Cascadia Mono:style=Italic: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
|
# I don't know where any bold italic is used, but this should work if I ever
|
||||||
# find any.
|
# find any.
|
||||||
{%@@ if profile == "knafeh" @@%}
|
|
||||||
font-bold-italic=Cascadia Mono:style=Bold Italic:size=12
|
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
|
# Selenized dark
|
||||||
[cursor]
|
[cursor]
|
@ -6,5 +6,5 @@ profile external-dell {
|
|||||||
}
|
}
|
||||||
|
|
||||||
profile internal {
|
profile internal {
|
||||||
output eDP-1 enable mode 1920x1080 scale 1.33 position 0,0
|
output eDP-1 enable mode 2560x1440 scale 1.75 position 0,0
|
||||||
}
|
}
|
@ -1,5 +1,4 @@
|
|||||||
# See: https://github.com/swaywm/sway/wiki/Systemd-integration
|
# See: https://github.com/swaywm/sway/wiki/Systemd-integration
|
||||||
# See: https://wiki.archlinux.org/title/Sway#Manage_Sway-specific_daemons_with_systemd
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=sway compositor session
|
Description=sway compositor session
|
||||||
Documentation=man:systemd.special(7)
|
Documentation=man:systemd.special(7)
|
Loading…
Reference in New Issue
Block a user