7 lines
234 B
Plaintext
7 lines
234 B
Plaintext
|
#!/usr/bin/env bash
|
|||
|
|
|||
|
# показывает менюшку с быстрым переходам к запущеным программам
|
|||
|
|
|||
|
DIR="$HOME/.config/bspwm"
|
|||
|
rofi -no-lazy-grab -show window -theme $DIR/rofi/themes/window.rasi
|