This commit is contained in:
lostecho
2023-08-22 23:02:49 +08:00
parent d6dccb032f
commit c2cc261e66
2 changed files with 13 additions and 7 deletions

View File

@@ -15,6 +15,7 @@ OR EDIT THIS ONE ACCORDING TO THE WIKI INSTRUCTIONS.
# See https://wiki.hyprland.org/Configuring/Monitors/
monitor = , preferred, auto, auto
monitor = DP-2, 2560x1440@75, auto, 1
monitor = DP-1, 2256x1504@60, auto, 1
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
@@ -30,6 +31,7 @@ exec-once = /usr/lib/polkit-kde-authentication-agent-1
exec-once = fcitx5 --replace -d
exec-once = udiskie &
exec-once = waybar &
exec-once = v2raya --lite &
exec-once = mako
exec-once = blueman-applet
exec-once = nm-applet --indicator
@@ -92,10 +94,12 @@ decoration {
fullscreen_opacity=1.0
rounding = 5
blur = yes
blur_size = 5
blur_passes = 2
blur_new_optimizations = on
blur {
enabled = yes
size = 5
passes = 2
new_optimizations = on
}
drop_shadow = yes
shadow_range = 4
@@ -190,6 +194,7 @@ windowrulev2 = animation popin, class:^(kitty)$, title:^(update-sys)$
windowrulev2 = tile, title:^(微信读书)$
windowrulev2 = tile, title:^(Cubox)$
windowrulev2 = tile, title:^(少数派)$
windowrulev2 = tile, title:^(freeCodeCamp)$
windowrulev2 = float, class:^(org.kde.polkit-kde-authentication-agent-1)$
# See https://wiki.hyprland.org/Configuring/Keywords/ for more

View File

@@ -112,6 +112,7 @@ export EDITOR=nvim
# proxy alias
alias proxy="export all_proxy=http://192.168.31.40:7890" # for home network enviroment
alias proxyl="export all_proxy=http://127.0.0.1:10809" # for home network enviroment
alias noproxy="export all_proxy=''" # cancel proxy mode
# dordrop config file alias
@@ -119,10 +120,10 @@ alias dotdrop="dotdrop --cfg=~/.dotfiles/config.yaml"
# config file shortcut
alias vim="nvim"
alias vhypr="vim ~/.config/hypr/hyprland.conf" # edit hyprland config
alias vzsh="vim ~/.zshrc" # edit zsh config
alias vh="vim ~/.config/hypr/hyprland.conf" # edit hyprland config
alias vz="vim ~/.zshrc" # edit zsh config
alias szsh="source ~/.zshrc" # source the zshrc file
alias hyprloadreload="curl -sSL https://raw.githubusercontent.com/Duckonaut/hyprload/main/install.sh | bash"
#alias hyprloadreload="curl -sSL https://raw.githubusercontent.com/Duckonaut/hyprload/main/install.sh | bash"
# quick command
alias pdf="zathura"