(mellinoe) sync
This commit is contained in:
parent
f803285bfc
commit
4e5d4ff812
9 changed files with 27 additions and 9 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit 2eb81c1d93946193696445df9250602101e89084
|
Subproject commit 23c86b37763f3662b40cbce638bacc8791894c41
|
|
@ -141,3 +141,4 @@ export LOCALE_ARCHIVE=/usr/lib/locale/locale-archive
|
||||||
export ADW_DISABLE_PORTAL=1
|
export ADW_DISABLE_PORTAL=1
|
||||||
export MOZ_ENABLE_WAYLAND=1
|
export MOZ_ENABLE_WAYLAND=1
|
||||||
export XDG_CURRENT_DESKTOP="${XDG_CURRENT_DESKTOP:-sway}"
|
export XDG_CURRENT_DESKTOP="${XDG_CURRENT_DESKTOP:-sway}"
|
||||||
|
export FREETYPE_PROPERTIES="truetype:interpreter-version=40"
|
||||||
|
|
|
@ -134,8 +134,14 @@ load_aliases() {
|
||||||
if checkCommand swhkd; then
|
if checkCommand swhkd; then
|
||||||
alias reload-swhkd="sudo pkill -HUP swhkd"
|
alias reload-swhkd="sudo pkill -HUP swhkd"
|
||||||
fi
|
fi
|
||||||
|
if checkCommand fdfind; then
|
||||||
|
alias fd="fdfind"
|
||||||
|
fi
|
||||||
|
|
||||||
alias icat="kitty +kitten icat"
|
if [[ $TERM =~ ".*kitty*" ]]; then
|
||||||
|
alias icat="kitty +kitten icat"
|
||||||
|
alias ssh="kitten ssh"
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
load_aliases
|
load_aliases
|
||||||
unset -f load_aliases
|
unset -f load_aliases
|
||||||
|
|
|
@ -134,7 +134,7 @@ fi
|
||||||
if checkCommand mcfly; then
|
if checkCommand mcfly; then
|
||||||
export MCFLY_KEY_SCHEME=vim
|
export MCFLY_KEY_SCHEME=vim
|
||||||
export MCFLY_FUZZY=2
|
export MCFLY_FUZZY=2
|
||||||
zsh-defer _evalcache mcfly init zsh
|
eval "$(mcfly init zsh)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# set up zoxide if installed (lets you jump through folders easily using the z and zi commands instead of cd)
|
# set up zoxide if installed (lets you jump through folders easily using the z and zi commands instead of cd)
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
offset = 10x50
|
offset = 10x50
|
||||||
|
|
||||||
# Scale factor. It is auto-detected if value is 0.
|
# Scale factor. It is auto-detected if value is 0.
|
||||||
scale = 1.25
|
scale = 0 # 1.5
|
||||||
|
|
||||||
# Maximum number of notification (0 means no limit)
|
# Maximum number of notification (0 means no limit)
|
||||||
notification_limit = 20
|
notification_limit = 20
|
||||||
|
@ -123,7 +123,7 @@
|
||||||
|
|
||||||
### Text ###
|
### Text ###
|
||||||
|
|
||||||
font = Atkinson Hyperlegible, FontAwesome 12
|
font = Comic Shanns, Atkinson Hyperlegible, FontAwesome 12
|
||||||
|
|
||||||
# The spacing between lines. If the height is smaller than the
|
# The spacing between lines. If the height is smaller than the
|
||||||
# font height, it will get raised to the font height.
|
# font height, it will get raised to the font height.
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 44b00e0b445672f9ef31c29a4853326638487ee9
|
Subproject commit c0d58e2334df16128533abb0d6deb2d49c272e27
|
|
@ -73,6 +73,7 @@ autoSetupRemote = true
|
||||||
[alias]
|
[alias]
|
||||||
lg = log --graph --branches --oneline
|
lg = log --graph --branches --oneline
|
||||||
st = status
|
st = status
|
||||||
|
gud = !git commit -am --no-edit --amend && git push --force-with-lease
|
||||||
|
|
||||||
[filter "lfs"]
|
[filter "lfs"]
|
||||||
process = git-lfs filter-process
|
process = git-lfs filter-process
|
||||||
|
|
9
private_dot_config/mako/config
Normal file
9
private_dot_config/mako/config
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
font=Atkinson Hyperlegible, FontAwesome 12
|
||||||
|
max-icon-size=32
|
||||||
|
height=300
|
||||||
|
width=300
|
||||||
|
background-color=#1e1b30cc
|
||||||
|
text-color=#fbfbff
|
||||||
|
border-radius=8
|
||||||
|
border-color=#746e95
|
||||||
|
default-timeout=10000
|
|
@ -42,14 +42,15 @@ exec_always dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CUR
|
||||||
include "keybinds"
|
include "keybinds"
|
||||||
|
|
||||||
#border size
|
#border size
|
||||||
default_border normal 1
|
default_border normal 1
|
||||||
|
|
||||||
gaps inner 10
|
gaps inner 5
|
||||||
# polkit
|
# polkit
|
||||||
exec_always --no-startup-id /usr/bin/lxpolkit
|
exec_always --no-startup-id /usr/bin/lxpolkit
|
||||||
exec_always --no-startup-id /usr/bin/lxqt-policykit-agent
|
exec_always --no-startup-id /usr/bin/lxqt-policykit-agent
|
||||||
#notif daemon
|
#notif daemon
|
||||||
exec dunst
|
# exec dunst
|
||||||
|
exec mako
|
||||||
# exec_always fcitx5
|
# exec_always fcitx5
|
||||||
exec wl-paste --watch cliphist store
|
exec wl-paste --watch cliphist store
|
||||||
exec gnome-keyring-daemon -r
|
exec gnome-keyring-daemon -r
|
||||||
|
|
Loading…
Add table
Reference in a new issue