mirror of
https://github.com/rywng/dotfiles.git
synced 2024-11-22 10:51:49 +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, M, exec, swaync-client -t
|
||||||
bind = $mainMod CTRL, l, exec, ~/.config/hypr/scripts/logout.sh
|
bind = $mainMod CTRL, l, exec, ~/.config/hypr/scripts/logout.sh
|
||||||
# TODO: use a script instead
|
# 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
|
# Move focus with mainMod + arrow keys
|
||||||
bind = $mainMod, left, movefocus, l
|
bind = $mainMod, left, movefocus, l
|
||||||
|
@ -22,7 +22,7 @@ decoration {
|
|||||||
}
|
}
|
||||||
|
|
||||||
animations {
|
animations {
|
||||||
# enabled = false
|
enabled = false
|
||||||
bezier = easeInQuart, 0.5, 0, 0.75, 0
|
bezier = easeInQuart, 0.5, 0, 0.75, 0
|
||||||
bezier = easeInQuint, 0.64, 0, 0.78, 0
|
bezier = easeInQuint, 0.64, 0, 0.78, 0
|
||||||
animation = windows,1,2,easeInQuart, popin 80%
|
animation = windows,1,2,easeInQuart, popin 80%
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
"format": " {}",
|
"format": " {}",
|
||||||
"return-type": "json",
|
"return-type": "json",
|
||||||
"exec": "playerctl -a metadata --format '{\"text\": \"{{uc(playerName)}}: {{artist}} - {{markup_escape(title)}}\", \"tooltip\": \"{{playerName}} : {{markup_escape(title)}}\", \"class\": \"{{status}}\"}' -F",
|
"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-middle": "playerctl play-pause",
|
||||||
"on-click-right": "plaerctl next",
|
"on-click-right": "plaerctl next",
|
||||||
"on-click-left": "playerctl previous"
|
"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 HISTORY_SUBSTRING_SEARCH_FUZZY=1
|
||||||
export MANWIDTH=${MANWIDTH:-78}
|
export MANWIDTH=${MANWIDTH:-78}
|
||||||
export MANROFFOPT="-c"
|
export MANROFFOPT="-c"
|
||||||
export BAT_THEME="ansi"
|
export BAT_THEME="base16"
|
||||||
|
|
||||||
#local path
|
#local path
|
||||||
export PATH="${PATH}:${HOME}/.local/bin:${HOME}/.scripts:${HOME}/cargo/bin:${HOME}/.cache/go/bin:${HOME}/.local/share/nvim/mason/bin}"
|
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