Fix some issues (jetbrains tooltips and zsh up-key)
This commit is contained in:
parent
249e35cbc0
commit
ffceab7873
2 changed files with 5 additions and 0 deletions
|
@ -44,3 +44,6 @@ windowrulev2 = fullscreen, class:(FreeTube)
|
||||||
#windowrulev2 = nofullscreenrequest, class:(discord)
|
#windowrulev2 = nofullscreenrequest, class:(discord)
|
||||||
|
|
||||||
windowrulev2 = float, class:(com/.https://ultimaker.UltiMaker-Cura), title:(UltiMaker-Cura)
|
windowrulev2 = float, class:(com/.https://ultimaker.UltiMaker-Cura), title:(UltiMaker-Cura)
|
||||||
|
|
||||||
|
# https://github.com/hyprwm/Hyprland/issues/4257#issuecomment-1879781806
|
||||||
|
windowrulev2 = noinitialfocus,class:^jetbrains-(?!toolbox),floating:1
|
||||||
|
|
|
@ -12,6 +12,8 @@ _atuin_up_cond() { # first arg is mode (viins or vicmd)
|
||||||
ATUIN_UP_COUNT=$(( ATUIN_UP_COUNT + 1 ))
|
ATUIN_UP_COUNT=$(( ATUIN_UP_COUNT + 1 ))
|
||||||
if [ $ATUIN_UP_COUNT -gt 3 ]
|
if [ $ATUIN_UP_COUNT -gt 3 ]
|
||||||
then
|
then
|
||||||
|
# TODO: fix when BUFFER changed just before atuin-up-search
|
||||||
|
BUFFER="${BUFFER:0:$__savecursor}"
|
||||||
zle "atuin-up-search$1"
|
zle "atuin-up-search$1"
|
||||||
else
|
else
|
||||||
zle up-line-or-beginning-search
|
zle up-line-or-beginning-search
|
||||||
|
|
Loading…
Reference in a new issue