feat: use hyprile; zsh better prompt;
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
font_size 12
|
font_size 11.5
|
||||||
|
|
||||||
#text_composition_strategy legacy
|
#text_composition_strategy legacy
|
||||||
#modify_font cell_width 95%
|
#modify_font cell_width 95%
|
||||||
|
|||||||
@@ -60,6 +60,8 @@ exec flatpak run com.github.wwmm.easyeffects -w
|
|||||||
exec xrdb -merge ~/.Xresources
|
exec xrdb -merge ~/.Xresources
|
||||||
exec wl-paste -t text --watch clipman store --no-persist
|
exec wl-paste -t text --watch clipman store --no-persist
|
||||||
|
|
||||||
|
exec hypridle
|
||||||
|
|
||||||
#exec mpd
|
#exec mpd
|
||||||
#exec syncthing
|
#exec syncthing
|
||||||
|
|
||||||
|
|||||||
2
.zshrc
2
.zshrc
@@ -32,5 +32,5 @@ precmd_functions+=( precmd_vcs_info )
|
|||||||
setopt prompt_subst
|
setopt prompt_subst
|
||||||
RPROMPT='${vcs_info_msg_0_}'
|
RPROMPT='${vcs_info_msg_0_}'
|
||||||
#PROMPT='${vcs_info_msg_0_}%# '
|
#PROMPT='${vcs_info_msg_0_}%# '
|
||||||
PROMPT='%~%# '
|
PROMPT='%m@%c%# '
|
||||||
zstyle ':vcs_info:git:*' formats '%b'
|
zstyle ':vcs_info:git:*' formats '%b'
|
||||||
|
|||||||
Reference in New Issue
Block a user