rofi stayfocused

This commit is contained in:
Joshua Perry 2023-07-07 19:56:53 +00:00
parent 52d674ad42
commit 5adbd7673e
2 changed files with 4 additions and 2 deletions

View File

@ -80,6 +80,8 @@ gestures {
workspace_swipe = off workspace_swipe = off
} }
windowrulev2 = stayfocused,class:^(Rofi)$
bind = $open_terminal, exec, $terminal_emulator bind = $open_terminal, exec, $terminal_emulator
bind = $close_window, killactive, bind = $close_window, killactive,
bind = $exit_hyprland, exit, bind = $exit_hyprland, exit,

View File

@ -1,5 +1,5 @@
TITLE="/home/r0r5chach/.config/zsh/titles/title-$(( $RANDOM % 45 + 1 ))" TITLE="/home/$USER/.config/zsh/titles/title-$(( $RANDOM % 45 + 1 ))"
ART="/home/r0r5chach/.config/zsh/art/art-$(( $RANDOM % 22 + 1 ))" ART="/home/$USER/.config/zsh/art/art-$(( $RANDOM % 22 + 1 ))"
print() { print() {
for (( i=0; i<${#1}; i++ )); do for (( i=0; i<${#1}; i++ )); do