9 lines
93 B
Bash
9 lines
93 B
Bash
xfdesktop(){
|
|
|
|
search(){
|
|
rofi -modi drun,run -show drun
|
|
}
|
|
forward(){
|
|
xfdesktop -N
|
|
}
|
|
}
|