mirror of
https://github.com/rywng/dotfiles.git
synced 2024-11-22 02:41:50 +08:00
zsh, and hyprland
This commit is contained in:
parent
e9b51b16db
commit
19a0078a6a
@ -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
|
||||
|
@ -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%
|
||||
|
@ -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
2
.zshrc
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user