zsh, and hyprland

This commit is contained in:
Ryan 2024-01-02 11:55:08 +08:00
parent e9b51b16db
commit 19a0078a6a
4 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ bind = $mainMod CTRL, 65, exec, fcitx5-remote -t
bind = $mainMod, M, exec, swaync-client -t
bind = $mainMod CTRL, l, exec, ~/.config/hypr/scripts/logout.sh
# TODO: use a script instead
bind = $mainMod SHIFT, s, exec, hyprshot --clipboard-only -m region
bind = $mainMod SHIFT, s, exec, hyprshot --clipboard-only -m region -s
# Move focus with mainMod + arrow keys
bind = $mainMod, left, movefocus, l

View File

@ -22,7 +22,7 @@ decoration {
}
animations {
# enabled = false
enabled = false
bezier = easeInQuart, 0.5, 0, 0.75, 0
bezier = easeInQuint, 0.64, 0, 0.78, 0
animation = windows,1,2,easeInQuart, popin 80%

View File

@ -91,7 +91,7 @@
"format": "󰎈 {}",
"return-type": "json",
"exec": "playerctl -a metadata --format '{\"text\": \"{{uc(playerName)}}: {{artist}} - {{markup_escape(title)}}\", \"tooltip\": \"{{playerName}} : {{markup_escape(title)}}\", \"class\": \"{{status}}\"}' -F",
"max-length": 50,
"max-length": 35,
"on-click-middle": "playerctl play-pause",
"on-click-right": "plaerctl next",
"on-click-left": "playerctl previous"

2
.zshrc
View File

@ -126,7 +126,7 @@ export GPG_TTY=$(tty) # fixes gpg
export HISTORY_SUBSTRING_SEARCH_FUZZY=1
export MANWIDTH=${MANWIDTH:-78}
export MANROFFOPT="-c"
export BAT_THEME="ansi"
export BAT_THEME="base16"
#local path
export PATH="${PATH}:${HOME}/.local/bin:${HOME}/.scripts:${HOME}/cargo/bin:${HOME}/.cache/go/bin:${HOME}/.local/share/nvim/mason/bin}"