rofi stayfocused
This commit is contained in:
parent
52d674ad42
commit
5adbd7673e
|
|
@ -80,6 +80,8 @@ gestures {
|
|||
workspace_swipe = off
|
||||
}
|
||||
|
||||
windowrulev2 = stayfocused,class:^(Rofi)$
|
||||
|
||||
bind = $open_terminal, exec, $terminal_emulator
|
||||
bind = $close_window, killactive,
|
||||
bind = $exit_hyprland, exit,
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
TITLE="/home/r0r5chach/.config/zsh/titles/title-$(( $RANDOM % 45 + 1 ))"
|
||||
ART="/home/r0r5chach/.config/zsh/art/art-$(( $RANDOM % 22 + 1 ))"
|
||||
TITLE="/home/$USER/.config/zsh/titles/title-$(( $RANDOM % 45 + 1 ))"
|
||||
ART="/home/$USER/.config/zsh/art/art-$(( $RANDOM % 22 + 1 ))"
|
||||
|
||||
print() {
|
||||
for (( i=0; i<${#1}; i++ )); do
|
||||
|
|
|
|||
Loading…
Reference in New Issue