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