update
This commit is contained in:
@@ -15,6 +15,7 @@ OR EDIT THIS ONE ACCORDING TO THE WIKI INSTRUCTIONS.
|
|||||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||||
monitor = , preferred, auto, auto
|
monitor = , preferred, auto, auto
|
||||||
monitor = DP-2, 2560x1440@75, auto, 1
|
monitor = DP-2, 2560x1440@75, auto, 1
|
||||||
|
monitor = DP-1, 2256x1504@60, auto, 1
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
# 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 = fcitx5 --replace -d
|
||||||
exec-once = udiskie &
|
exec-once = udiskie &
|
||||||
exec-once = waybar &
|
exec-once = waybar &
|
||||||
|
exec-once = v2raya --lite &
|
||||||
exec-once = mako
|
exec-once = mako
|
||||||
exec-once = blueman-applet
|
exec-once = blueman-applet
|
||||||
exec-once = nm-applet --indicator
|
exec-once = nm-applet --indicator
|
||||||
@@ -92,10 +94,12 @@ decoration {
|
|||||||
fullscreen_opacity=1.0
|
fullscreen_opacity=1.0
|
||||||
|
|
||||||
rounding = 5
|
rounding = 5
|
||||||
blur = yes
|
blur {
|
||||||
blur_size = 5
|
enabled = yes
|
||||||
blur_passes = 2
|
size = 5
|
||||||
blur_new_optimizations = on
|
passes = 2
|
||||||
|
new_optimizations = on
|
||||||
|
}
|
||||||
|
|
||||||
drop_shadow = yes
|
drop_shadow = yes
|
||||||
shadow_range = 4
|
shadow_range = 4
|
||||||
@@ -190,6 +194,7 @@ windowrulev2 = animation popin, class:^(kitty)$, title:^(update-sys)$
|
|||||||
windowrulev2 = tile, title:^(微信读书)$
|
windowrulev2 = tile, title:^(微信读书)$
|
||||||
windowrulev2 = tile, title:^(Cubox)$
|
windowrulev2 = tile, title:^(Cubox)$
|
||||||
windowrulev2 = tile, title:^(少数派)$
|
windowrulev2 = tile, title:^(少数派)$
|
||||||
|
windowrulev2 = tile, title:^(freeCodeCamp)$
|
||||||
windowrulev2 = float, class:^(org.kde.polkit-kde-authentication-agent-1)$
|
windowrulev2 = float, class:^(org.kde.polkit-kde-authentication-agent-1)$
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||||
|
|||||||
@@ -112,6 +112,7 @@ export EDITOR=nvim
|
|||||||
|
|
||||||
# proxy alias
|
# proxy alias
|
||||||
alias proxy="export all_proxy=http://192.168.31.40:7890" # for home network enviroment
|
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
|
alias noproxy="export all_proxy=''" # cancel proxy mode
|
||||||
|
|
||||||
# dordrop config file alias
|
# dordrop config file alias
|
||||||
@@ -119,10 +120,10 @@ alias dotdrop="dotdrop --cfg=~/.dotfiles/config.yaml"
|
|||||||
|
|
||||||
# config file shortcut
|
# config file shortcut
|
||||||
alias vim="nvim"
|
alias vim="nvim"
|
||||||
alias vhypr="vim ~/.config/hypr/hyprland.conf" # edit hyprland config
|
alias vh="vim ~/.config/hypr/hyprland.conf" # edit hyprland config
|
||||||
alias vzsh="vim ~/.zshrc" # edit zsh config
|
alias vz="vim ~/.zshrc" # edit zsh config
|
||||||
alias szsh="source ~/.zshrc" # source the zshrc file
|
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
|
# quick command
|
||||||
alias pdf="zathura"
|
alias pdf="zathura"
|
||||||
|
|||||||
Reference in New Issue
Block a user